summaryrefslogtreecommitdiff
path: root/gst/playback
AgeCommit message (Expand)AuthorFilesLines
2009-10-29queue2: Remove from gst-plugins-baseSebastian Dröge2-2232/+1
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller10-34/+27
2009-10-27queue2: add custom acceptcaps functionWim Taymans1-0/+20
2009-10-27decodebin2: implement low/high watermark propertyWim Taymans1-11/+11
2009-10-24uridecodebin: don't use 2 buffering elementsqnx-0.10.25Wim Taymans1-2/+5
2009-10-24playbin2: add flag to enable decodebin bufferingWim Taymans3-2/+19
2009-10-24decodebin2: buffering is implemented nowWim Taymans1-4/+1
2009-10-24uridecodebin: buffering is implemented nowWim Taymans1-1/+1
2009-10-24decodebin2: configure use-buffering on multiqueueWim Taymans1-0/+2
2009-10-24uridecodebin: use 0 for max buffer sizeWim Taymans1-2/+2
2009-10-24uridecodebin: set some reasonable defaultsWim Taymans1-5/+10
2009-10-24uridecodebin: set buffering properties on decodebin2Wim Taymans1-4/+23
2009-10-24uridecodebin: add use-buffering propertyWim Taymans1-4/+34
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-24playbin2: Don't destroy the suburidecodebin on errorsSebastian Dröge1-4/+5
2009-10-24playbin2: If setting the state of the suburidecodebin fails just warn, don't ...Sebastian Dröge1-7/+15
2009-10-24playbin2: Don't set uridecodebin states to NULL before reusing themSebastian Dröge1-21/+47
2009-10-24uridecodebin: Store unused decodebin2 instances for further usage.Edward Hervey1-34/+72
2009-10-21inputselector: set output caps before pushingWim Taymans1-0/+6
2009-10-21inputselector: install an acceptcaps functionWim Taymans1-0/+18
2009-10-20decodebin2: avoid type checksWim Taymans1-2/+3
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
2009-10-16build: fix previous commit to fully accomodate the glib-gen.mak changesStefan Kost1-1/+1
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules. Fixes #598114Stefan Kost1-4/+6
2009-10-15decodebin2: Post a element message on the bus with the stream topologySebastian Dröge1-2/+133
2009-10-15decodebin2: Store the "endcaps" of a chainSebastian Dröge1-4/+14
2009-10-15decodebin2: Store for every chain, which pad resulted in its creationSebastian Dröge1-4/+13
2009-10-14playbin2: Use gst_object_has_ancestor() instead of our own implementation of itSebastian Dröge1-28/+2
2009-10-13playbin2: Don't stop completely on initialization errors from subtitle elementsSebastian Dröge1-6/+106
2009-10-13decodebin2: Ignore no-more-pads from non-demuxer elementsSebastian Dröge1-0/+4
2009-10-08decodebin2: Fix type-punning warningJan Schmidt1-4/+3
2009-10-07decodebin2: Chains with an exposed endpad are complete tooSebastian Dröge1-3/+8
2009-10-07decodebin2: Use the iterate internal links function instead of string magic t...Sebastian Dröge1-14/+17
2009-10-07uridecodebin: Don't post missing plugin messages twiceSebastian Dröge1-6/+0
2009-10-07decodebin2: Rewrite autoplugging and how groups of pads are exposedSebastian Dröge1-836/+946
2009-10-07factorylist: Use gst_caps_can_intersect() instead of _intersect()Sebastian Dröge1-6/+3
2009-10-07decodebin2: Don't set the external ghostpads blocked but only their targetsSebastian Dröge1-5/+18
2009-10-07decodebin2: Only use the object lock for protecting the subtitle elementsSebastian Dröge1-7/+5
2009-10-07playbin2: Improve debugging of pad blocksSebastian Dröge1-0/+1
2009-10-07playbin2/playsink: Use gst_object_ref_sink() instead of calling both separatelySebastian Dröge2-18/+10
2009-10-01playsink: make the lock recursive for nowWim Taymans1-6/+6
2009-10-01playsink: fix the vis property getterWim Taymans1-1/+2
2009-09-14playsink: Expose mute,volume,vis-plugin and font-desc propertiesEdward Hervey1-0/+54
2009-09-14GstPlaySink: Expose 'reconfigure' as an action signal.Edward Hervey1-0/+13
2009-09-14GstPlaySink: Expose flags as a gobject property.Edward Hervey1-1/+51
2009-09-14playback: Register playsink as an element.Edward Hervey3-6/+124