[Bug 673772] Not showing subtitles on any dvd

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 10 11:02:40 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673772
  GStreamer | gst-plugins-bad | 0.10.x

Bastien Nocera <hadess> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hadess at hadess.net
          Component|GStreamer backend           |gst-plugins-bad
            Version|3.4.x                       |0.10.x
         AssignedTo|totem-gstreamer-maint at gnome |gstreamer-bugs at lists.freede
                   |.bugs                       |sktop.org
            Product|totem                       |GStreamer
   Target Milestone|---                         |HEAD
          QAContact|totem-gstreamer-maint at gnome |gstreamer-bugs at lists.freede
                   |.bugs                       |sktop.org

--- Comment #3 from Bastien Nocera <hadess at hadess.net> 2012-04-10 18:02:36 UTC ---
Pretty much right after opening the DVD we get a "text-tags-changed" signal,
from which we check the "current-text" property:
  g_object_get (G_OBJECT (bvw->priv->play), "current-text", &current_stream_id,
NULL);
  g_message ("current text changed: %d", current_stream_id);

And it shows:
** Message: current text changed: 0

Even though it's actually "-1" (because the subtitle stream is disabled). I
reckon a regression in resin.

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