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