ext/pango/gsttextoverlay.c: Refactoring of textoverlay without collectpads. This...
authorJulien Moutte <julien@moutte.net>
Sat, 18 Feb 2006 19:10:35 +0000 (19:10 +0000)
committerJulien Moutte <julien@moutte.net>
Sat, 18 Feb 2006 19:10:35 +0000 (19:10 +0000)
commit32814180287ee710bfcd193df09daebd641c3529
tree646b5ba8361b00da02a75190db8bbb65ae4ee1a7
parent9a55cf386e4a3ab046484d5c3f51f90b955ebdbd
ext/pango/gsttextoverlay.c: Refactoring of textoverlay without collectpads. This now supports sparse subtitles coming...

Original commit message from CVS:
2006-02-18  Julien MOUTTE  <julien@moutte.net>

* ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
(gst_text_overlay_finalize), (gst_text_overlay_init),
(gst_text_overlay_setcaps), (gst_text_overlay_src_event),
(gst_text_overlay_render_text),
(gst_text_overlay_text_pad_link),
(gst_text_overlay_text_pad_unlink),
(gst_text_overlay_text_event),
(gst_text_overlay_video_event), (gst_text_overlay_pop_text),
(gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
(gst_text_overlay_change_state): Refactoring of textoverlay
without collectpads. This now supports sparse subtitles coming
from a demuxer instead of a sub file. Seeking is still broken
though. Need to discuss with wtay some more on how to handle
seeking correctly.
* ext/pango/gsttextoverlay.h:
* gst/playback/gstplaybin.c: (setup_sinks): Support linking with
subtitles coming from the demuxer.
ext/pango/gsttextoverlay.c
ext/pango/gsttextoverlay.h
gst/playback/gstplaybin.c