[gstreamer-bugs] [Bug 603921] [rsindvd] DVD menus not working

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 1 15:55:00 PST 2011


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-01 23:54:53 UTC ---
So this happens with all DVDs not just some DVDs?

Does it also happen with:

 $  gst-launch-0.10 -v playbin2 uri=dvd://

? (What's the output of that command?)

Could you make a debug log like this:

 $  gst-launch-0.10 -v playbin2 uri=dvd:// 2>dbg.log
 .. press Control + C after trying to highlight buttons in vain
 .. then attach dbg.log to this bug (gzipped if it's larger than 1MB)


The straight-to-the-selection-menu thing might be due to the fast-start option
which is enabled by default. You can start totem or gst-launch-0.10 with the
DVDFASTSTART=no environment variable set like this:

 $ DVDFASTSTART=no  totem
 $ DVDFASTSTART=no  gst-launch-0.10 -v playbin2 uri=dvd://

to disable this.

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