summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaysink.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-15playsink: Avoid g_object_set() on NULL if a text sink is usedSebastian Dröge1-2/+3
2010-03-11Add -Wredundant-decls to warning flagsBenjamin Otte1-3/+2
2010-03-10playsink: provide correct error message if configured audio/video sink failsMark Nauwelaerts1-4/+12
2010-03-09playsink: Don't fail if there are subtitles and audio but no videoSebastian Dröge1-61/+79
2010-03-03playsink: avoid g_object_set() on NULL pointersJosep Torra Valles1-2/+2
2010-02-22playbin2, playsink, subtitleoverlay: Set subtitle encoding properlySebastian Dröge1-0/+60
2010-02-19playsink: Ghost the video sinkpad if a text sinkpad is availableSebastian Dröge1-2/+1
2010-02-15playsink: Post missing element messages if a core plugin is missingSebastian Dröge1-19/+71
2010-02-12playsink: Reset the sink's state to NULL before unreffing it unless it's the ...Josep Torra Valles1-1/+4
2010-01-18playsink: re-use iterator callback to avoid code duplicationTim-Philipp Müller1-44/+33
2010-01-18playsink: when looking for sink properties, make sure they have the right typeTim-Philipp Müller1-22/+76
2010-01-14playsink: Fix disabling of subtitles if subtitles were used beforeSebastian Dröge1-2/+3
2010-01-13playsink: Fix handling of the native audio/video flagsBrijesh Singh1-2/+3
2009-12-09playsink: fix video when subtitles disabledWim Taymans1-1/+3
2009-12-07playsink: Some minor cleanupSebastian Dröge1-9/+6
2009-11-17playsink: make sure we always go to PAUSED asyncWim Taymans1-2/+4
2009-11-17playsink: make sure we remain a sinkWim Taymans1-1/+4
2009-11-12playbin2/playsink: Use new "silent" property instead of unlinkingSebastian Dröge1-15/+5
2009-11-12playbin2/playsink: Remove everything related to subpicture streamsSebastian Dröge1-248/+7
2009-11-12playsink: Add a queue before subtitleoverlaySebastian Dröge1-22/+30
2009-11-12playsink: Use subtitleoverlay for subtitlesSebastian Dröge1-59/+42
2009-11-10playsink: assign chain->mute before using itTim-Philipp Müller1-2/+2
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-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-4/+4
2009-10-07playbin2/playsink: Use gst_object_ref_sink() instead of calling both separatelySebastian Dröge1-12/+6
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 Hervey1-6/+120
2009-09-08fix whitespaceWim Taymans1-7/+7
2009-08-18playsink: Also send SEEK events directly to a subpicture sinkSebastian Dröge1-0/+11
2009-08-18playsink: If a custom text sink is used, send events to it tooSebastian Dröge1-0/+10
2009-08-13playbin2: fix error message stringTim-Philipp Müller1-2/+3
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey1-5/+3
2009-08-06playbin2: smarter sink selection. Fixes #588523Stefan Kost1-35/+66
2009-06-30playsink: remove unused property defsStefan Kost1-6/+0
2009-06-29playsink: Avoid a segfault when the video sink fails to startJan Schmidt1-1/+1
2009-06-27playbin2: fix initial volume handling also when reusing the elementRené Stadler1-3/+6
2009-06-16playsink: set the sink flag on the elementWim Taymans1-0/+1
2009-06-12playsink: update for new step APIWim Taymans1-2/+2
2009-06-01add framestepping to playbin2 and seekWim Taymans1-2/+76
2009-05-28playbin2: fix volume handling for audio sinks without "volume" propertyTim-Philipp Müller1-2/+20
2009-05-28playbin2: cosmetic change to avoid unnecessary line breaksTim-Philipp Müller1-4/+2
2009-05-28playbin2: don't lose the ref to the volume elementWim Taymans1-8/+14
2009-05-28playbin2: actually use configured audio/video sinksTim-Philipp Müller1-4/+5
2009-05-27playbin2; release refs to volume/mute propertiesWim Taymans1-0/+14