summaryrefslogtreecommitdiff
path: root/gst/playback
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-105/+0
2012-01-25Revert "decodebin2: Prune old groups before switching to the new one"Sebastian Dröge1-103/+0
2012-01-25decodebin2: Fix merge errorSebastian Dröge1-6/+8
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge5-7/+128
2012-01-23playbin2: do not try to deactivate an inactive groupVincent Penquerc'h1-1/+1
2012-01-20subtitleoverlay: fix state change stall on PAUSED->READY->PAUSEDAnssi Hannula1-0/+9
2012-01-19streamsynchronizer: avoid unlikely NULL dereferenceMark Nauwelaerts1-1/+2
2012-01-19playsink: verify linking to overlay elementMark Nauwelaerts1-4/+12
2012-01-19playsink: avoid finding sink in NULL bin in corner caseMark Nauwelaerts1-1/+1
2012-01-19port to new glib thread APIWim Taymans5-59/+39
2012-01-19decodebin2: Prune old groups before switching to the new oneYouness Alaoui1-0/+103
2012-01-12playsinkconvertbin: release extra ref on converter elementsMark Nauwelaerts1-0/+1
2012-01-10streamsynchronizer: Don't unref the parent in the event functionSebastian Dröge1-1/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge2-2/+11
2012-01-09playback: document DEINTERLACE flagMark Nauwelaerts1-0/+1
2012-01-06Revert "decodebin2: Try harder to get initial topology caps"Edward Hervey1-8/+0
2012-01-06decodebin2: Try harder to get initial topology capsEdward Hervey1-0/+8
2012-01-05Fix various unlikely, but still potential memoryleaks in error code pathsHavard Graff1-0/+1
2012-01-03streamsynchronizer: force fallback buffer_alloc when other pad not availableMark Nauwelaerts1-1/+5
2012-01-03streamsynchronizer: avoid crashing when operating on released padMark Nauwelaerts1-2/+8
2012-01-02playback, mixerutils: gst_registry_get_default() -> gst_registry_get()Tim-Philipp Müller4-22/+29
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2-488/+407
2011-12-20subtitle: don't use GST_CAPS_NONE macroWim Taymans1-1/+1
2011-12-14decodebin2: tweak chain topology descriptionMark Nauwelaerts1-1/+2
2011-12-13subtitleoverlay: Refactor code to check if a property exists on an elementSebastian Dröge1-39/+32
2011-12-13subtitleoverlay: Refactor autoplugging code and select overlay element by ran...Sebastian Dröge1-485/+397
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller8-120/+219
2011-12-06subtitleoverlay: add suport for hardware accelerated videosThibault Saunier1-120/+189
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller5-0/+20
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller8-8/+17
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller5-17/+17
2011-12-02various: typo fixesPiotr Fusik9-33/+33
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2-7/+39
2011-12-01Use the new GstSample for snapshotsWim Taymans3-86/+91
2011-11-30playbin2: tone down debug message about file URIs with spacesTim-Philipp Müller1-4/+4
2011-11-30playsinkconvertbin: Don't send undefined NEWSEGMENT events to the internal el...Sebastian Dröge1-5/+7
2011-11-30audio: move audio interfacesWim Taymans2-2/+2
2011-11-29playbin2: Fix decoder-sink compatibility check for raw audio/video formatsSebastian Dröge1-1/+31
2011-11-28Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2011-11-28playsinkconvertbin: Fix stupid mistake in last commitSebastian Dröge1-1/+1
2011-11-28playsinkconvertbin: Only return the converter caps if we actually have raw capsSebastian Dröge1-1/+1
2011-11-28fix for element flag cleanupsWim Taymans2-7/+7
2011-11-28various: fix pad template leaksVincent Penquerc'h7-34/+34
2011-11-27uridecodebin: fix debug message printf format compiler warningMatej Knopp1-1/+2
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller4-29/+114
2011-11-25playsinkconvertbin: make identiy silentJosep Torra1-0/+2
2011-11-25docs: mention explicitly that playbin2 signals are emitted from a streaming t...Tim-Philipp Müller1-0/+32
2011-11-25decodebin2: Set the multiqueue limits to the playing limits after overrun tooSebastian Dröge1-0/+6
2011-11-25decodebin2: Cache the upstream seekability for demuxer decode chains and use ...Sebastian Dröge1-2/+4
2011-11-25decodebin2: fix prerolling for low bitrate streams from hlsdemuxVincent Penquerc'h1-22/+28