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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 16 11:41:09 PDT 2011


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

--- Comment #23 from Tomas Kral <thomas.kral at email.cz> 2011-09-16 18:41:04 UTC ---
gst-launch-0.10 dvdreadsrc device=/dev/scd0 title=2  ! dvddemux !
mpegvideoparse ! mpeg2dec ! ffmpegcolorspace ! xvimagesink

NOT FASTER

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

NOT SLOWER

$ 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

WARNING: erroneous pipeline: could not link queue0 to a52dec0
# does not playback

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