summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-11-04playbin2: Return NOT_LINKED for unselected text pads from a demuxerSebastian Dröge1-4/+10
2009-11-04inputselector: also add inline to the proto to fix the buildStefan Kost1-4/+6
2009-11-03uridecodebin: Initialize caps property with the default raw capsSebastian Dröge1-1/+4
2009-11-03decodebin2: Use static caps for the default raw caps and put them into a sepa...Sebastian Dröge3-5/+48
2009-11-02playbin: Make sure to keep a reference on the volume elementJosep Torra Valles1-1/+6
2009-10-30playsink: Reset {mute,volume}-changed flags after setting the volumeSebastian Dröge1-0/+3
2009-10-30playsink: If notify::{volume,mute} is triggered by the volume element, update...Sebastian Dröge1-3/+12
2009-10-29playsink: Proxy notify::volume and notify::mute from the volume/mute elements...Sebastian Dröge1-0/+36
2009-10-29playbin2: Proxy notify::volume and notify::mute from the playsink to playbin2Sebastian Dröge1-0/+17
2009-10-29queue2: Remove from gst-plugins-baseSebastian Dröge2-2232/+1
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller15-43/+36
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 elementsWim 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-22audiorate: move debug calculation into debug macroThiago Santos1-6/+3
2009-10-22audiorate: Removing unused variableThiago Santos1-2/+1
2009-10-22audiorate: be more accurate on offset mathThiago Santos1-2/+4
2009-10-22subparse: Add support for DKS subtitle formatIago Toral2-6/+106
2009-10-21inputselector: set output caps before pushingWim Taymans1-0/+6
2009-10-21inputselector: install an acceptcaps functionWim Taymans1-0/+18
2009-10-21typefind: fix typo in previous mxf typefinder changeTim-Philipp Müller1-1/+1
2009-10-21typefind: speed up mxf_type_find over 300 times for worst case scenariosEdward Hervey1-14/+21
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 Kost2-2/+2
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules. Fixes #598114Stefan Kost2-5/+8
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-12audioconvert: track active conversion in perf logStefan Kost1-1/+7