summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin2.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-11decodebin2: Deprecate new-decoded-pad and removed-decoded-pad signalsSebastian Dröge1-0/+6
2010-12-11decodebin2: Emit "remove-decoded-pad" signal when pads are removed from decod...Sebastian Dröge1-1/+4
2010-11-22docs: improve decodebin2 docs a littleTim-Philipp Müller1-11/+15
2010-11-18*decodebin*: don't leak pad templates set on ghostpadsHarri Mähönen1-3/+10
2010-10-24decodebin2: Don't add non prerolled stream to topologyEdward Hervey1-4/+12
2010-10-13*decodebin*: set pad-templates on ghostpadsStefan Kost1-1/+3
2010-10-13decodebin2: declare decodebin2 stable, deprecate the old decodebinTim-Philipp Müller1-6/+3
2010-09-29decodebin2: Don't post async-done when not neededEdward Hervey1-1/+1
2010-09-15decodebin2: Actually dispose the unused ghostpadsEdward Hervey1-1/+4
2010-09-13decodebin2: prevent another race with shutdown state changeMark Nauwelaerts1-1/+9
2010-09-03playback: Switch to gstfactorylist from coreEdward Hervey1-6/+22
2010-08-13playback: Delay usage of GstFactoryListEdward Hervey1-4/+0
2010-08-04decodebin2: use more efficient way of getting capsWim Taymans1-17/+26
2010-06-26decodebin2: Properly clean DecodeChain after errors.Edward Hervey1-0/+5
2010-06-16decodebin2: improve autopluggingWim Taymans1-1/+13
2010-06-14decodebin2: use accumulator for autoplug-sortPrahal1-2/+19
2010-06-04decodebin2: Handle raw streams we don't want.Edward Hervey1-2/+13
2010-05-07decodebin2: Add a property to not expose/decode all streamsEdward Hervey1-1/+94
2010-05-07decodebin2: rename are_raw_caps to are_final_caps, correct commentEdward Hervey1-5/+5
2010-04-01decodebin2: Removing dead assignment.Edward Hervey1-1/+1
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2010-03-11Add -Wmissing-declarations -Wmissing-prototypes to warning flagsBenjamin Otte1-0/+2
2010-02-15decodebin2: First post a missing-plugin message, then emit the unkown-type si...Sebastian Dröge1-3/+4
2010-02-15decodebin2: Set ghostpad targets to NULL when freeing a decode chainSebastian Dröge1-0/+1
2010-01-26decodebin2: Don't skip an element when getting the topologyEdward Hervey1-1/+1
2010-01-16decodebin2: sprinkle some more lockingMark Nauwelaerts1-1/+5
2010-01-14decodebin2: mind blocked pads when shutting downMark Nauwelaerts1-3/+9
2010-01-05Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Wim Taymans1-17/+22
2009-12-23decodebin2: fix typo in debug messageWim Taymans1-1/+1
2009-12-23decodebin2: avoid some type checksWim Taymans1-16/+21
2009-12-16decodebin2: add some debuggingWim Taymans1-1/+6
2009-11-19decodebin2: error when all streams have no buffersThiago Santos1-16/+88
2009-11-18decodebin2: set to buffer less on no-more-padsThiago Santos1-0/+8
2009-11-11playback: Update factories list on every access if the registry has changedSebastian Dröge1-15/+30
2009-11-10playback: When going from NULL->READY check if the registry has new featuresSebastian Dröge1-0/+12
2009-11-06decodebin2: Add property to disable/enable posting of stream-topology messagesSebastian Dröge1-1/+26
2009-11-06decodebin2: Protect subtitle elements and subtitle encoding by a new mutexSebastian Dröge1-9/+36
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost1-5/+5
2009-11-04decodebin2: use new getcaps function to avoid copiesWim Taymans1-6/+6
2009-11-03decodebin2: Use static caps for the default raw caps and put them into a sepa...Sebastian Dröge1-4/+4
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-4/+4
2009-10-27decodebin2: implement low/high watermark propertyWim Taymans1-11/+11
2009-10-24decodebin2: buffering is implemented nowWim Taymans1-4/+1
2009-10-24decodebin2: configure use-buffering on multiqueueWim Taymans1-0/+2
2009-10-24decodebin2: refactor queue size configuration.Wim Taymans1-28/+38
2009-10-24decodebin2: move error path downWim Taymans1-8/+13
2009-10-24decodebin2: implement max queue size propertiesWim Taymans1-18/+49
2009-10-24decodebin2: add properties for bufferingWim Taymans1-0/+151
2009-10-20gst/decodebin2: Ensure we get fixed caps for topology messageEdward Hervey1-0/+9
2009-10-20gst/decodebin2: Don't expose chains if we're shutting down.Edward Hervey1-0/+9