summaryrefslogtreecommitdiff
path: root/gst/playback/gststreamselector.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09remove streamselectorWim Taymans1-632/+0
2011-11-09streamselector: GstSelectorPad -> GstStreamSelectorPadWim Taymans1-51/+53
2011-11-09streamselector: cleanupsWim Taymans1-80/+20
2011-11-04fix pad template names for request padsWim Taymans1-2/+2
2011-05-18base: Update for SEGMENT event parse API changesSebastian Dröge1-1/+1
2011-05-16playback: Update for negotiation related API changesSebastian Dröge1-9/+9
2011-05-16-base: port to new SEGMENT APIWim Taymans1-22/+7
2011-05-10-base: fix for now request pad APIWim Taymans1-2/+2
2011-05-09segment: fix for new core APIWim Taymans1-3/+3
2011-05-05streamselector: Return a NULL iterator instead of an empty iterator that retu...Sebastian Dröge1-7/+7
2011-05-05gst: Update for new GstIterator APISebastian Dröge1-3/+5
2011-04-29remove buffer_allocWim Taymans1-46/+0
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+6
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-6/+3
2009-08-26playbin: The internally linked pad of the selector might be NULL in some casesSebastian Dröge1-1/+2
2009-08-26playbin: Fix iterate internal linked pads functions for the stream selectorsSebastian Dröge1-57/+8
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef1-1/+0
2009-08-19streamselector/inputselector: Use iterate internal links instead of deprecate...Sebastian Dröge1-32/+68
2009-08-08Revert inlines that cause compiler warnings and are not needed anywayTim-Philipp Müller1-1/+1
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey1-16/+1
2009-07-27playbin: rename GType of stream selector pad to avoid clash with input-select...Tim-Philipp Müller1-1/+1
2008-07-14gst/playback/: First stab at integrating DVD subpicture overlay into playbin....Jan Schmidt1-1/+3
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-4/+7
2008-03-14gst/playback/gststreamselector.*: Revert change that caused regression until ...Wim Taymans1-6/+5
2008-02-14gst/playback/: Add mute property.Wim Taymans1-6/+6
2008-02-08gst/playback/gstplay-marshal.list: Added marshal for streamselector Tags.Wim Taymans1-19/+101
2008-02-01gst/playback/gstplaybin2.c: Remove stream-info, we going for something easier.Wim Taymans1-5/+22
2007-12-21gst/playback/gststreamselector.c: Don't leak event.Tim-Philipp Müller1-0/+2
2007-12-18gst/playback/gststreamselector.c: Init the pad segment too.Wim Taymans1-0/+1
2007-11-16gst/playback/gststreamselector.*: Improve streamselector, make it select and ...Wim Taymans1-141/+405
2006-11-10gst/playback/gststreamselector.c: Don't unref a NULL pad.Tim-Philipp Müller1-1/+4
2006-10-13gst-libs/gst/audio/gstbaseaudiosink.c: Don't crash when ringbuffer is not yet...Ville Syrjala1-1/+2
2006-06-22gst/: Avoid unnecessary class cast check in class_init functions (#337747).Cody Russell1-1/+1
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-22gst/playback/gststreamselector.c: Restore old StreamSelector behaviour.Jan Schmidt1-3/+4
2006-04-11gst/playback/gststreamselector.c: Don't leak pad name.Tim-Philipp Müller1-2/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-24Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost1-7/+8
2006-03-21gcc 4.1 unreferenced pointer fixes.Edward Hervey1-2/+3
2006-03-16gst/playback/gststreamselector.c: Preserve the existing buggy streamselector ...Jan Schmidt1-2/+14
2006-03-15ext/alsa/gstalsasink.c: Chain up to the parent finalize method.Jan Schmidt1-0/+34
2006-01-11gst/playback/: Reenable stream selection. These mechanisms need a complete ov...Jan Schmidt1-19/+25
2005-11-29gst/playback/gststreamselector.c: 3rd time's the charm. Correct ref-counting ...Jan Schmidt1-1/+8
2005-11-29gst/playback/gststreamselector.c: Fix ref-countingJan Schmidt1-5/+23
2005-11-29gst/playback/gststreamselector.*: Add the active-pad property for playbin to ...Jan Schmidt1-16/+78
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-07-18gst/playback/: More leak and compile fixes.Wim Taymans1-10/+19
2005-05-25gst/playback/: Some playbin cleanups mostly refcounting sloppyness.Wim Taymans1-4/+0
2005-05-12gst/playback/: Rough port of playbin. Needs some more work, but is mostly don...Ronald S. Bultje1-56/+28
2005-04-12Raw and crude port of decodebin.Wim Taymans1-32/+35