[gstreamer-bugs] [Bug 614942] New: playbin2: "text-sink" is supposed to handle raw subtitle data?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 6 02:28:01 PDT 2010


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

           Summary: playbin2: "text-sink" is supposed to handle raw
                    subtitle data?
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.28
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: cwryu at debian.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


playbin2's "text-sink" property does not work as it seems. 

$ gst-inspect playbin2|grep text-sink
  text-sink           : the text output element to use (NULL = default
textoverlay)
$

I expected "text-sink" just rendered text. But actually the text-sink needs to
parse raw subtitle data, rather than parsed text. Like this:

$ gst-launch playbin2 ....  text-sink="subparse ! fakesink dump=1"

I'm not sure whether it is intended. But I think most application authors don't
want to change subtitle parsing, but just want to redirect the subtitle output.

-- 
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