summaryrefslogtreecommitdiff
path: root/gst/playback
AgeCommit message (Expand)AuthorFilesLines
2012-06-13update for message api changereset-timeWim Taymans4-5/+11
2012-06-12playback: Always prefer parsers over decodersSebastian Dröge3-5/+65
2012-06-08playbin2: remove uridecodebin from bin when it fails to switch to PAUSEDVincent Penquerc'h1-0/+2
2012-06-07playsink: fix compilationWim Taymans1-7/+3
2012-06-06playbin2: Send flush events when changing subtitle tracks and use new input-s...Andre Moreira Magalhaes (andrunko)3-97/+330
2012-06-06playsink: Don't use // comments and prevent unnecessary memory allocationSebastian Dröge1-6/+5
2012-06-06playbin2: Properly change subtitlesAndre Moreira Magalhaes (andrunko)2-19/+72
2012-06-06playbin2: fix subtitle only seeks when switching to external subsThiago Santos1-7/+77
2012-06-06gstplaysink: Properly reset chain when receiving a custom flush event.Andre Moreira Magalhaes (andrunko)1-0/+166
2012-06-06playsink: do not store more than a second of subtitlesThiago Santos1-2/+2
2012-06-06subtitleoverlay: pass correct parameter to debug messageThiago Santos1-1/+1
2012-06-06gstsuboverlay: Convert NewSegment events to always be in the TIME format.Andre Moreira Magalhaes (andrunko)1-6/+135
2012-06-06update for tag event changeWim Taymans1-1/+1
2012-05-31uridecodebin: Use cache dir for download bufferingBastien Nocera1-1/+1
2012-05-25playbin: add current-*uri propertiesWim Taymans1-0/+43
2012-05-24playbin: fix compilationWim Taymans1-2/+2
2012-05-24playbin2: Put sinks before the other element factories in the autoplug factor...Sebastian Dröge1-2/+30
2012-05-15playsink: do not abort if a property is not found.Alban Browaeys1-2/+3
2012-05-15playsink: missing guard around gst pad add probeAlban Browaeys1-1/+1
2012-05-14playbin2: default text element is now subtitleoverlayMark Nauwelaerts2-3/+3
2012-05-12playsink: fix printf arguments in debug messageРуслан Ижбулатов1-2/+2
2012-05-11uridecodebin: fix format stringsWim Taymans1-3/+5
2012-05-11decodebin2: fix format stringsWim Taymans1-3/+3
2012-05-11decodebin2: fix compilationWim Taymans1-1/+1
2012-05-10playback: Check type when setting "connection-speed" on unknown elementsThibault Saunier2-16/+66
2012-05-10decodebin2: Add a connection-speed property to set it on demuxers when neededThibault Saunier2-2/+41
2012-05-09playsink: Initialize variable to silence wrong compiler warningSebastian Dröge1-1/+2
2012-05-09playsink: Port changes to 0.11Sebastian Dröge1-1/+7
2012-05-09playbin2: properly reconfigure upon subsequent no-more-padsMark Nauwelaerts3-1/+78
2012-05-01playsink: make playsink reusableWim Taymans1-0/+36
2012-05-01playsink: don't leak the colorbalance elementWim Taymans1-0/+2
2012-04-17playbin2: Don't hold the playbin lock in the autoplug-continue callbackAkihiro Tsukada1-2/+0
2012-04-16decodebin: Do not block on sticky and oob eventsMatej Knopp1-0/+8
2012-04-16decodebin2: Check that properties have the correct type before using themSebastian Dröge1-3/+6
2012-04-16uridecodebin: Check that properties have the correct type before using themSebastian Dröge1-5/+10
2012-04-14uridecodebin: Never treat live sources as streaming sources.Julian Scheel1-0/+18
2012-04-13gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge3-3/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller9-9/+9
2012-04-06playback: Remove gstdecodebin.c, which is nowaday unused anywaySebastian Dröge1-2075/+0
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2-2/+2
2012-04-04Merge branch '0.10'Thiago Santos2-21/+91
2012-04-04playbin2: Use new playsink send-event-mode propertyThiago Santos1-1/+2
2012-04-04playsink: add send-event-mode propertyThiago Santos1-20/+89
2012-04-04gst: Update versioningSebastian Dröge1-4/+4
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-18/+20
2012-03-23playsink: Fix subtitle rendering if there's no video, no visualizations but a...Sebastian Dröge1-18/+20
2012-03-22Merge branch 'master' into 0.11Wim Taymans4-12/+19
2012-03-15playsink: send navigation event to the sink as a fallbackVincent Penquerc'h1-0/+4
2012-03-14playsink: remove circular ref between bin and internal padMark Nauwelaerts2-30/+15
2012-03-13playsink: provide fresh copy for gst_caps_mergeMark Nauwelaerts1-1/+1