[Bug 654383] No playback of DVDs in Totem Debian / Squeeze

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 16 02:59:54 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654383
  GStreamer | gstreamer (core) | 0.10.x

--- Comment #22 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-16 09:59:43 UTC ---
Interesting. It doesn't seem to be just mpeg2dec being slower.
Can you try this variant on the slow pipeline, and see if it makes it faster:

gst-launch-0.10 dvdreadsrc device=/dev/scd0 title=2  ! dvddemux !
mpegvideoparse ! mpeg2dec ! ffmpegcolorspace ! xvimagesink

and this variant on on the fast one to see if it makes it slower:

gst-launch-0.10 dvdreadsrc device=/dev/scd0 title=2  ! dvddemux !
mpegvideoparse ! ffdec_mpeg2video ! ffmpegcolorspace ! xvimagesink

As for adding an audio path, something like this (remove the newlines, I'm
adding them for clarity only):

gst-launch-0.10
dvdreadsrc device=/dev/scd0 title=2 ! dvddemux name=d
d. ! queue ! a52dec ! audioconvert ! autoaudiosink
d. ! queue ! 'video/x-dvd-subpicture' ! dvdspu name=s
d. ! queue ! ffdec_mpeg2video ! s.
s. ! queue ! ffmpegcolorspace ! navseek ! xvimagesink


This will allow you to seek/pause as well (pause only with a recent -good).

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