GNOME Bugzilla – Bug 338897
Videoscale crashes as part of DVD to Ogg transcoding
Last modified: 2006-04-27 11:25:33 UTC
Steps to reproduce: gst-launch-0.10 -v dvdreadsrc title="3" ! decodebin name="dvd" dvd. ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=360,height=288 ! theoraenc ! queue ! oggmux name=mux ! fakesink silent=true dvd. ! audioconvert ! vorbisenc ! queue ! mux. This pipeline segfaults. Setting 'method' in videoscale to 0 makes it work. Probably related to liboil. Using liboil CVS. Stack trace: (gdb) thread apply all bt
+ Trace 67690
Thread 3 (process 28651)
Other information:
Created attachment 63803 [details] GST_DEBUG=*:5 log
Adding ds as it is probably a liboil bug.
plugin_init() needs to call oil_init(). Fixed.