summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaysink.c
Commit message (Expand)AuthorAgeFilesLines
* playsink: relink text_pad in case of reconfigurationRajat Verma2015-10-201-5/+5
* decodebin/playbin/playsink/subtitleoverlay: Post async-done on state change f...Sebastian Dröge2015-10-191-0/+1
* playsink: Immediately error out if state change failsSebastian Dröge2015-10-191-1/+3
* playsink: Fix volume element leakVineeth TM2015-10-151-0/+6
* playsink: Require the streamvolume interface on the sink when using the sink'...Sebastian Dröge2015-07-101-74/+43
* playsink: fix the channel of color balance elementVíctor Manuel Jáquez Leal2015-06-101-1/+1
* playsink: cannot enable text flag while playingVineeth TM2015-06-101-2/+7
* playsink: use queue to avoid lock in audiotee audio branchesThiago Santos2015-05-281-2/+54
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* playsink: remove redundant else statementsRamiro Polla2015-03-141-7/+4
* Don't compare booleans for equality to TRUE and FALSESebastian Dröge2014-12-011-2/+2
* playsink: Reset mute property of the sink to playsink's value when setting up...Andrei Sarakeev2014-11-251-0/+2
* playsink: Use correct property enum value for video-filter property installationHeinrich Fink2014-10-101-1/+1
* playsink: Add audio/videoconvert in front of the audio/video-filtersSebastian Dröge2014-09-161-4/+48
* playsink: Fix filter property getterArun Raghavan2014-07-121-0/+2
* playsink: Always take the playsink lock when adding or removing pad probesSebastian Dröge2014-05-201-0/+3
* playsink: Don't block on non-serialized eventsSebastian Dröge2014-05-011-0/+12
* playback: Add video-/audio-filter propertiesArun Raghavan2014-03-161-50/+260
* Revert "playback: Add video-/audio-filter properties"Sebastian Dröge2014-03-161-260/+50
* playback: Add video-/audio-filter propertiesArun Raghavan2014-03-161-50/+260
* playsink: Fix documentation for what the audio chain looks likeArun Raghavan2014-03-161-8/+8
* playsink: Only remove the complete text chain if the text pad goes awaySebastian Dröge2014-02-161-29/+32
* playsink: Fix visualizations if no visualization plugin was setSebastian Dröge2013-11-261-0/+2
* docs: remove old 0.10 Since markersTim-Philipp Müller2013-11-161-12/+0
* playsink: If the visualisation is changing and reconfiguration is pending, do...Sebastian Dröge2013-10-021-16/+91
* playback: fix docs of convert-sample action signalLoïc Minier2013-09-071-2/+4
* playsink: Don't set sink to NULL if a new one is set while the old one is sti...Sebastian Dröge2013-08-141-1/+2
* playsink: Remove two unused variablesSebastian Dröge2013-07-231-2/+0
* playsink: Fix handling of colorbalance element if the sink does not implement itSebastian Dröge2013-07-231-1/+10
* playsink: Improve segment handling in the custom flushing for subtitle stream...Sebastian Dröge2013-07-231-58/+15
* playsink: ref_sink() any sinks that are set on playsinkSebastian Dröge2013-07-101-1/+1
* playbin: Change sink ownership handling to be a bit more saneSebastian Dröge2013-07-091-0/+11
* playsink: If we switch sinks, make sure that the old sink is set to NULLSebastian Dröge2013-07-021-2/+8
* playsink: Consider new audio/video sinks when reconfiguringSebastian Dröge2013-07-021-2/+6
* playsink: Fix the block diagram of deinterlace bin.Sreerenj Balachandran2013-06-171-11/+10
* playsink: pass translated color balance value to channelDaniel Drake2013-05-291-1/+12
* playsink: Use signal handler IDs instead of disconnecting/blocking by functionSebastian Dröge2013-05-211-44/+57
* playsink: fix vis switch with format changeWim Taymans2012-12-131-4/+9
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* playback: class_ref() some types so we can create multiple playback elements ...Tim-Philipp Müller2012-10-031-0/+3
* Purge all references to liboilTim-Philipp Müller2012-09-291-1/+1
* playsink: unblock pads before releasingWim Taymans2012-09-041-0/+3
* playback: update for ghostpad changesWim Taymans2012-07-181-2/+2
* playbin: use avdeinterlace for deinterlacing until deinterlace is portedTim-Philipp Müller2012-07-171-0/+4
* playsink: make extra sure to pass 64-bit integer to g_object_set when setting...Tim-Philipp Müller2012-07-031-2/+4
* playsink: The default signal handler should be the one that triggers pad bloc...Sebastian Dröge2012-06-261-1/+1
* playsink: Make sure to always block all pads before reconfiguring the pipelineSebastian Dröge2012-06-261-45/+24
* playsink: Prevent NULL pointer dereference in last changeSebastian Dröge2012-06-251-2/+4
* playsink: Unlink pads when switching between enabling/disabling the deinterla...Sebastian Dröge2012-06-251-0/+6
* playsink: Connect to the value-changed signal of the child colorbalance eleme...Sebastian Dröge2012-06-251-0/+8