summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-15tag: port to new buffer metadata API0.11-dataWim Taymans6-130/+277
2011-03-15Merge branch 'master' into 0.11-fdoWim Taymans14-34/+289
2011-03-14oggmux: Increase the seen header packets count when seeing a header packetSebastian Dröge1-0/+1
2011-03-14typefinding: add depth and endianness to DTS capsTim-Philipp Müller1-4/+13
2011-03-14textoverlay: use a class wide mutex to work around pango reentrance issuesStefan Kost2-0/+7
2011-03-14Revert "textoverlay: add a hack to init the pango engine"Stefan Kost1-18/+0
2011-03-14plaback: trim trailing whitespaceStefan Kost3-9/+9
2011-03-14decodebin2: reflow configuring new multiqueue instanceStefan Kost1-3/+5
2011-03-14textoverlay: drop trailing whitespacesStefan Kost1-6/+6
2011-03-14textoverlay: add a hack to init the pango engineStefan Kost1-0/+18
2011-03-12tests: add libscpp unit test to make sure g++ likes our library headersTim-Philipp Müller4-9/+165
2011-03-10tests: encodebin: Add reuse test caseThiago Santos1-0/+61
2011-03-10encodebin: Tear down old profiles when setting new onesThiago Santos1-3/+3
2011-03-10multifdsink: disconnect inactive clients in the select loop tooAndoni Morales Alastruey1-3/+27
2011-03-10multifdsink: disconnect inactive clients in the select loop toowim-fdo/0.11-fdoAndoni Morales Alastruey1-3/+27
2011-03-09libs: make sure gobject-introspection scanner calls gst_init()Tim-Philipp Müller12-0/+12
2011-03-09libgstapp: fix backticks in gobject-introspection section of Makefile.amTim-Philipp Müller1-4/+4
2011-03-08discoverer: Don't wait for subtitle streams to prerollArun Raghavan1-0/+19
2011-03-08meta: update for new APIWim Taymans4-27/+16
2011-03-04ximagesink: make metadata methods more like coreWim Taymans3-20/+33
2011-03-04baseaudiosink: use sink preroll lockWim Taymans1-4/+4
2011-03-04ximagesink: reset the poolbufferpool-0.11Wim Taymans1-3/+5
2011-03-04ximagesink: implement buffer_alloc from the poolWim Taymans1-1/+5
2011-03-04ximage: rewrite the buffer pool in ximagesinkWim Taymans6-585/+753
2011-03-04Merge branch 'master' into 0.11Wim Taymans5-40/+28
2011-03-04baseaudiosink: start ringbuffer upon going to PLAYING and already EOSMark Nauwelaerts1-10/+8
2011-03-04playbin2: set several properties in one goStefan Kost1-28/+18
2011-03-02typefindfunctions: fix compiler warning on 32-bit systemsTim-Philipp Müller1-1/+1
2011-02-28configure.ac: export plugin description more platform independentMark Nauwelaerts1-1/+1
2011-02-28Automatic update of common submoduleMark Nauwelaerts1-0/+0
2011-02-28netbuffer: Implement NetAddress with metadataWim Taymans2-84/+41
2011-02-28meta: fix for new APIWim Taymans5-25/+26
2011-02-28ximagesink: experiment with convenience macrosWim Taymans2-10/+16
2011-02-28ximage: fix macrosWim Taymans2-2/+2
2011-02-28ximage: reimplement buffer pooling with metadataWim Taymans2-38/+33
2011-02-28metadata: implement extra buffer data with metadataWim Taymans5-132/+185
2011-02-28tests: fix some tests now that appbuffer is goneWim Taymans2-16/+5
2011-02-28v4l: use buffer private data for extra buffer infoWim Taymans1-67/+19
2011-02-28X11: port imagesinks to new miniobjectsWim Taymans4-427/+354
2011-02-28miniobject: fix for changed miniobjectWim Taymans5-7/+7
2011-02-28pbutils: use GObject as the base classWim Taymans8-80/+74
2011-02-28baseaudiosink: remove deprecated methodWim Taymans1-0/+6
2011-02-28netbuffer: disable GstNetBuffer objectWim Taymans2-0/+8
2011-02-28app: remove appbufferWim Taymans3-174/+1
2011-02-28Merge branch 'master' into 0.11Wim Taymans231-2862/+15781
2011-02-28tests: add ABI test suite for libsStefan Kost3-3/+245
2011-02-27decodebin2: Only prevent to autoplug the same parser multiple times for the s...Sebastian Dröge1-20/+26
2011-02-26decodebin2: Break the double-factory checking loop immediately if the factory...Sebastian Dröge1-1/+1
2011-02-26decodebin2: Don't use the same element multiple times in the same chainSebastian Dröge1-0/+25
2011-02-26decodebin2: Improve detection of raw caps in expose-all-streams=false modeSebastian Dröge1-3/+10