[gstreamer-bugs] [Bug 606744] Totem fails to play video file: "Can't display both text subtitles and subpictures."

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 14 04:41:30 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=606744
  GStreamer | gst-plugins-base | 0.10.25

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2010-01-14 12:41:27 UTC ---
Mark, if wait-text is set to TRUE, textoverlay will wait for text buffers
before rendering the video IIRC. Because subtitle streams are sparse this will
lead to a forever waiting textoverlay. Also this property was always set to
FALSE in textoverlay for subtitles by playbin2, even before I introduced
subtitleoverlay.


This commit here fixes disabling of subtitles at least, other things are still
not perfect:
commit 3b842bc98b73a568f0fab91624b9549c415e16ba
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu Jan 14 13:36:23 2010 +0100

    playsink: Fix disabling of subtitles if subtitles were used before

    In this case the video still goes through the text chain and
    subtitles are still going in there, in case subtitles are
    enabled again. This makes sure that re-enabling subtitles
    happens instantly.

    Fixes hanging video when disabling subtitles, caused by an
    unliked video pad.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list