[gstreamer-bugs] [Bug 155126] New: - scheduling problems while dvd ripping

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Oct 11 12:49:16 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=155126
GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: scheduling problems while dvd ripping
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net


I've got what I believe are scheduling problems when ripping a CD via 
dvdreadsrc and re-encoding it to theora/vorbis-in-ogg and writing it to file. 
Using CVS HEAD of both core and plugins. 
 
I've got 3 threads, which are embedded into the top-level thread  
 
Thread 'audio-reencode' (ar): 
 { dvddemux.audio_XX ! queue ! a52dec/mad ! audioscale ! audioconvert ! 
rawvorbisenc ! queue ! oggmux.sink_XX } 
 
Thread 'video-reencode' (vr): 
 { dvddemux.video_XX ! queue ! mpeg2dec ! deinterlace ! videoscale ! 
video/x-raw-yuv,width=xxx,height=xxx ! ffmpegcolorspace! theoraenc ! queue ! 
oggmux.sink_XX } 
 
Thread 'mux-output' (mo): 
 { oggmux ! identity ! filesink location=foo.ogg } 
 
 
Thread 'pipeline' (top-level): 
 { dvdreadsrc ! dvddemux  { audio-reencode } { video-reencode } 
{ mux-output } } 
 
 
The gst-debug=*:5 log can be found here: 
 
 http://scentric.net/tmp/log-dvd-rip-scheduling.bz2  (1.9 MB) 
 
I get this with titles from two out of five DVDs, and it always stops at 
exactly the same spot for the same title. Other titles/DVDs work fine, not 
sure why. 
 
Possibly this is also an oggmux problem, no idea. 
 
Cheers  
 -Tim

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list