summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin.c
AgeCommit message (Expand)Author
2015-06-12Convert gst-plugins-base to stand-alone gst-plugins-xvbo packageRussell King
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey
2009-05-19decodebin: use iterators instead of listStefan Kost
2008-12-08gst/playback/: Add basic docs to decodebin and link to decodebin from decodeb...Stefan Kost
2008-11-18gst/playback/gstdecodebin.c: Add a "sink-caps" property to decodebin like it'...Alessandro Decina
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat
2008-07-07gst/playback/gstdecodebin.c: And ref the pad before returning it again when l...Sebastian Dröge
2008-07-07gst/playback/gstdecodebin.c: If linking the raw pad with a queue fails, try i...Sebastian Dröge
2008-07-06gst/playback/gstdecodebin.c: Add a queue after a demuxer if the demuxer outpu...Evgeniy Stepanov
2008-05-22Add some documentation comments, and some new headers to be scanned.Jan Schmidt
2008-05-22gst/playback/gstdecodebin.c: Lock the fakesink before setting the state to NU...Sjoerd Simons
2008-05-21Don't use bad gst_element_get_pad().Wim Taymans
2008-05-13gst/playback/: Use correct marshallers. GstCaps are a boxed type and no GObje...Sebastian Dröge
2008-05-01gst/playback/gstdecodebin.c: If we can't activate one of the decoders we plug...Tim-Philipp Müller
2008-01-08gst/playback/gstdecodebin.c: Make sure we error out correctly if we can't act...Tim-Philipp Müller
2007-11-30gst/playback/: Refactor some common code to filter factories and check caps c...Wim Taymans
2007-10-30gst/playback/: Post nice/more useful error message if we don't have a decoder...Tim-Philipp Müller
2007-10-16gst/playback/gstdecodebin.c: Make the window for a race in typefind and shutt...Wim Taymans
2007-10-08gst/playback/: Don't disconnect the have_type signal because we never reconne...Wim Taymans
2007-10-08gst/playback/: Unlink the signal handler when we found the type, we're not go...Wim Taymans
2007-08-27gst/playback/gstdecodebin.c: We need to set up delayed-linking whenever the c...Jan Schmidt
2007-06-23ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else i...Edward Hervey
2007-05-21Small cleanups.Wim Taymans
2007-05-18gst-libs/gst/audio/gstbaseaudiosink.cStefan Kost
2007-05-01gst/playback/: Better error message for text files.Tim-Philipp Müller
2007-03-19gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.Wim Taymans
2007-03-04rename utils to pbutilsThomas Vander Stichele
2007-02-09gst/playback/: Don't error out if there is no fakesink in the READY to NULL s...Tim-Philipp Müller
2007-01-17gst/playback/: Let decodebin be the element to post missing-plugin messages f...Tim-Philipp Müller
2007-01-10gst/playback/: Fix the case where we try to ref a NULL element when we delay ...Wim Taymans
2006-12-16gst/playback/gstdecodebin.c: Special-case the text/plain media type: we only ...Tim-Philipp Müller
2006-12-16gst/playback/: Refuse to change state to READY when we failed to create any o...Tim-Philipp Müller
2006-12-05gst/playback/gstdecodebin.c: Handle the case where an element has multiple pa...Jan Schmidt
2006-12-04gst/playback/gstdecodebin.c: Fix #382223, add more dynamic caps handling.Wim Taymans
2006-10-17gst/playback/gstdecodebin.c: Don't return a pad from get_our_ghost_pad unless...Jan Schmidt
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles
2006-10-06gst/playback/: Activate dynamic pads before adding them to the element.Wim Taymans
2006-09-30gst/playback/gstdecodebin.c: Fix typo in a debug statement.Jan Schmidt
2006-09-29gst/playback/gstdecodebin.c: Fix compilation.Wim Taymans
2006-09-29gst/playback/gstdecodebin.c: Remove g_printWim Taymans
2006-09-28gst/playback/gstdecodebin.c: Implement delayed caps linking needed for elemen...Wim Taymans
2006-09-25gst/playback/gstdecodebin.c: Cleanups and small leak fixes.Wim Taymans
2006-07-13gst/playback/gstdecodebin.c: Fix a caps leak when linking (#347304)Jan Schmidt
2006-07-10gst/playback/gstdecodebin.c: Also emit 'unknown-type' signal (which should re...Tim-Philipp Müller
2006-06-23gst/playback/gstdecodebin.c: Protect remove_fakesink using a mutex, so that w...Jan Schmidt
2006-05-25gst/playback/gstdecodebin.c: When there is only one unfinished pad and it rec...Jan Schmidt
2006-05-15gst/playback/gstdecodebin.c: Make decodebin reusable when going from PAUSE_TO...Julien Moutte
2006-05-11gst/playback/gstdecodebin.c: Also catch queue underruns but don't do anything...Wim Taymans
2006-05-05gst/playback/gstdecodebin.c: Properly remove ghostpads. Fixes #340392Wim Taymans