summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-03-12caps: improve _do_simplifyWim Taymans1-2/+1
2012-03-10typefind: remove const from refcounted GstCapsWim Taymans2-9/+5
2012-03-08tee: fix refcount errorWim Taymans1-2/+0
2012-03-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+5
2012-03-06tee: Fix 'use of logical '&&' with constant operand' compiler warningSebastian Dröge1-2/+2
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge4-8/+5
2012-02-27fdsink: fix compilation after mergeTim-Philipp Müller1-1/+4
2012-02-27Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller4-0/+50
2012-02-25fdsink: implement GstBaseSink::query instead of messing with the padTim-Philipp Müller1-9/+5
2012-02-25fdsink: implement SEEKING queryTim-Philipp Müller2-0/+15
2012-02-25filesink: implement SEEKING queryTim-Philipp Müller1-0/+10
2012-02-25fakesink: answer SEEKING queryTim-Philipp Müller1-0/+25
2012-02-24basetransform: fix reconfigure methodsWim Taymans1-54/+2
2012-02-22memory: make _new_wrapped take user_data and notifyWim Taymans1-1/+1
2012-02-21input-selector: default to sync-streams=trueTim-Philipp Müller1-1/+1
2012-02-21queue: remove some old codeWim Taymans1-17/+0
2012-02-21queue: remove weird link behaviourWim Taymans1-56/+4
2012-02-21fakesrc: handle pts/dtsWim Taymans1-13/+24
2012-02-21fakesink: remove custom marshallerWim Taymans1-32/+4
2012-02-21identity: also debug dts/ptsWim Taymans1-3/+4
2012-02-21fakesink: debug pts and dtsWim Taymans1-7/+14
2012-02-21identity: remove custom marshallerWim Taymans1-29/+2
2012-02-15typefind: don't ignore return value when starting a taskWim Taymans1-3/+2
2012-02-14typefind: clean up src query handlerWim Taymans1-16/+22
2012-02-14typefind: pass results from activationWim Taymans1-4/+7
2012-02-09fakesrc, identity, fakesink: do not generate last-message updates by defaultTim-Philipp Müller3-3/+3
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans6-27/+27
2012-02-08queue: use default query function to optionally forward queryMark Nauwelaerts1-1/+1
2012-02-08typefind: fix race in pad mode changeWim Taymans1-2/+6
2012-02-07fakesrc: remove custom marshallerWim Taymans1-30/+2
2012-02-02dentity: remove prepare_output_bufferWim Taymans1-25/+4
2012-02-02identity: only map when using the memoryWim Taymans1-11/+11
2012-02-02plugins: proxy allocation queryWim Taymans3-2/+5
2012-01-30valve: Repush sticky events after disabling droppingOlivier Crête2-24/+46
2012-01-27typefind: answer caps queries with our typefound capsVincent Penquerc'h1-0/+13
2012-01-27typefind: Do typefinding from a separate thread and not from the state change...Sebastian Dröge2-117/+263
2012-01-27queue2: fix memory leakWim Taymans1-0/+2
2012-01-27queue2: Fix handling of the new stream-start eventSebastian Dröge2-1/+16
2012-01-27identity/fake{src,sink}: Include event type name in the debug outputSebastian Dröge3-7/+15
2012-01-25Add new GstMapInfoWim Taymans8-66/+73
2012-01-22multiqueue: fix size of atomic counterTim-Philipp Müller1-1/+1
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller8-79/+2
2012-01-19Update for new gthread APIWim Taymans12-98/+90
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge2-2/+2
2012-01-10typefind: Send caps again after activationEdward Hervey1-0/+8
2012-01-06queue2: unmap with the right data pointerWim Taymans1-3/+3
2012-01-04plugins: explicitly cast initialization values to the correct typeIdar Tollefsen2-2/+2
2012-01-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-18/+21
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller7-1549/+2
2011-12-29output-selector: Do not false warn about unlinked padThiago Santos1-18/+21