summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin.c
Commit message (Expand)AuthorAgeFilesLines
* playback: Remove gstdecodebin.c, which is nowaday unused anywaySebastian Dröge2012-04-061-2075/+0
* gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2012-04-051-1/+1
* port to new glib thread APIWim Taymans2012-01-191-4/+0
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-081-0/+5
|\
| * Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-041-0/+4
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-0/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-021-2/+2
|\ \ | |/
| * various: typo fixesPiotr Fusik2011-12-021-2/+2
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | fix pad template names for request padsWim Taymans2011-11-041-3/+3
|/
* decodebin: don't plug the same parser multiple times in a rowTim-Philipp Müller2011-07-151-2/+17
* decodebin: fix one more pad template ref leakTim-Philipp Müller2010-11-181-2/+5
* *decodebin*: don't leak pad templates set on ghostpadsHarri Mähönen2010-11-181-2/+6
* *decodebin*: set pad-templates on ghostpadsStefan Kost2010-10-131-2/+4
* decodebin2: declare decodebin2 stable, deprecate the old decodebinTim-Philipp Müller2010-10-131-0/+7
* decodebin: use can_intersect to avoid a caps copyStefan Kost2010-05-061-5/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-161-7/+4
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-4/+4
* gst: Remove dead assignments and resulting unused variablesEdward Hervey2009-08-081-5/+1
* decodebin: use iterators instead of listStefan Kost2009-05-191-47/+66
* gst/playback/: Add basic docs to decodebin and link to decodebin from decodeb...Stefan Kost2008-12-081-0/+11
* gst/playback/gstdecodebin.c: Add a "sink-caps" property to decodebin like it'...Alessandro Decina2008-11-181-2/+75
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* gst/playback/gstdecodebin.c: And ref the pad before returning it again when l...Sebastian Dröge2008-07-071-1/+1
* gst/playback/gstdecodebin.c: If linking the raw pad with a queue fails, try i...Sebastian Dröge2008-07-071-1/+3
* gst/playback/gstdecodebin.c: Add a queue after a demuxer if the demuxer outpu...Evgeniy Stepanov2008-07-061-0/+57
* Add some documentation comments, and some new headers to be scanned.Jan Schmidt2008-05-221-0/+31
* gst/playback/gstdecodebin.c: Lock the fakesink before setting the state to NU...Sjoerd Simons2008-05-221-0/+3
* Don't use bad gst_element_get_pad().Wim Taymans2008-05-211-9/+9
* gst/playback/: Use correct marshallers. GstCaps are a boxed type and no GObje...Sebastian Dröge2008-05-131-1/+1
* gst/playback/gstdecodebin.c: If we can't activate one of the decoders we plug...Tim-Philipp Müller2008-05-011-0/+21
* gst/playback/gstdecodebin.c: Make sure we error out correctly if we can't act...Tim-Philipp Müller2008-01-081-2/+22
* gst/playback/: Refactor some common code to filter factories and check caps c...Wim Taymans2007-11-301-2/+2
* gst/playback/: Post nice/more useful error message if we don't have a decoder...Tim-Philipp Müller2007-10-301-1/+14
* gst/playback/gstdecodebin.c: Make the window for a race in typefind and shutt...Wim Taymans2007-10-161-2/+16
* gst/playback/: Don't disconnect the have_type signal because we never reconne...Wim Taymans2007-10-081-8/+11
* gst/playback/: Unlink the signal handler when we found the type, we're not go...Wim Taymans2007-10-081-0/+7
* gst/playback/gstdecodebin.c: We need to set up delayed-linking whenever the c...Jan Schmidt2007-08-271-1/+1
* ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else i...Edward Hervey2007-06-231-2/+31
* Small cleanups.Wim Taymans2007-05-211-0/+1
* gst-libs/gst/audio/gstbaseaudiosink.cStefan Kost2007-05-181-11/+11
* gst/playback/: Better error message for text files.Tim-Philipp Müller2007-05-011-1/+10
* gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.Wim Taymans2007-03-191-3/+0
* rename utils to pbutilsThomas Vander Stichele2007-03-041-1/+1
* gst/playback/: Don't error out if there is no fakesink in the READY to NULL s...Tim-Philipp Müller2007-02-091-12/+24
* gst/playback/: Let decodebin be the element to post missing-plugin messages f...Tim-Philipp Müller2007-01-171-0/+4
* gst/playback/: Fix the case where we try to ref a NULL element when we delay ...Wim Taymans2007-01-101-16/+12
* gst/playback/gstdecodebin.c: Special-case the text/plain media type: we only ...Tim-Philipp Müller2006-12-161-0/+12
* gst/playback/: Refuse to change state to READY when we failed to create any o...Tim-Philipp Müller2006-12-161-0/+7
* gst/playback/gstdecodebin.c: Handle the case where an element has multiple pa...Jan Schmidt2006-12-051-22/+99