summaryrefslogtreecommitdiff
path: root/gst/playback/gstsubtitleoverlay.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19decodebin/playbin/playsink/subtitleoverlay: Post async-done on state change f...Sebastian Dröge1-1/+4
2015-05-15playback: use the new gst_object apiStefan Sauer1-3/+3
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-2/+2
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-11-03subtitleoverlay: return available factory CAPS instead of ANY on CAPS queryAndreas Frisch1-5/+8
2014-05-01subtitleoverlay: Don't block on non-serialized eventsSebastian Dröge1-0/+6
2014-04-06subtitleoverlay: Consider all caps for overlays, not just the first.Jan Schmidt1-14/+17
2014-02-09subtitleoverlay: Remove unused functionSebastian Dröge1-12/+0
2013-07-23subtitleoverlay: Remove some more unneeded segment trackingSebastian Dröge1-188/+0
2013-07-23subtitleoverlay: Segment events are sticky now and propagated automatically w...Sebastian Dröge1-37/+0
2013-05-14playback: Use subset checks instead of intersectionSebastian Dröge1-4/+4
2013-03-21subtitleoverlay: Return ANY caps for the GET_CAPS querySebastian Dröge1-21/+4
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-17gst: Update for link/unlink function API changeSebastian Dröge1-9/+5
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts1-4/+8
2012-09-14playbin: subtitleoverlay: don't segfault in incorrectly init'ed pluginsAndreas Frisch1-6/+8
2012-09-10playback: port to new GLib thread APITim-Philipp Müller1-20/+13
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller1-2/+0
2012-08-20video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller1-1/+1
2012-07-18playback: update for ghostpad changesWim Taymans1-9/+5
2012-07-06playbin: don't use deprecated textoverlay propertiesTim-Philipp Müller1-2/+3
2012-06-13update for message api changereset-timeWim Taymans1-2/+2
2012-06-06playbin2: Send flush events when changing subtitle tracks and use new input-s...Andre Moreira Magalhaes (andrunko)1-1/+1
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-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-11fix for caps API changesWim Taymans1-2/+2
2012-02-20playback: find raw caps correctlyWim Taymans1-2/+2
2012-02-17subtitle: avoid deadlockWim Taymans1-1/+0
2012-02-14subtitleoverlay: log why an overlay element cannot be usedVincent Penquerc'h1-2/+10
2012-02-14subtitleoverlay: fix probing of raw video capsVincent Penquerc'h1-1/+1
2012-02-14subtitleoverlay: add a couple drive by constVincent Penquerc'h1-2/+2
2012-02-09subtitleoverlay: fix merge errorWim Taymans1-1/+12
2012-01-25subtitle: fix mergeWim Taymans1-4/+2
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-0/+9
2012-01-20subtitleoverlay: fix state change stall on PAUSED->READY->PAUSEDAnssi Hannula1-0/+9
2012-01-02playback, mixerutils: gst_registry_get_default() -> gst_registry_get()Tim-Philipp Müller1-10/+15
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-487/+405
2011-12-20subtitle: don't use GST_CAPS_NONE macroWim Taymans1-1/+1
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üller1-120/+190
2011-12-06subtitleoverlay: add suport for hardware accelerated videosThibault Saunier1-120/+189
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-2/+3
2011-11-28various: fix pad template leaksVincent Penquerc'h1-6/+6
2011-11-17add parent to pad functionsWim Taymans1-23/+25
2011-11-16add parent to query functionWim Taymans1-4/+3
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans1-3/+3
2011-11-15update for _get_caps() -> _query_caps()Wim Taymans1-5/+5