GNOME Bugzilla – Bug 157853
crash of some mpg files
Last modified: 2005-08-29 15:43:00 UTC
This bug has been reported here: https://bugzilla.ubuntu.com/3374 totem-gstreamer (0.99.20 or today's jhbuild) crashes while trying to read some mpg, one example: http://www.physics.ubc.ca/~gmarsden/downloads/bball.mpg I get this in the console: ** (totem:31565): WARNING **: don't know how to handle video/mpeg, systemstream=(boolean)false, mpegversion=(int)1 ERROR (0x80820c8 - 305582:28:54.731894000) playbasebin(31565) gstplaybasebin.c(1111):gst_play_base_bin_change_state:<play> There were no decoders found to handle the stream in file "file:///home/seb128/bball.mpg", you might need to install the corresponding plugins ** ERROR **: file gstplaybasebin.c: line 1075 (gst_play_base_bin_change_state): assertion failed: (group) aborting... The backtrace: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1090043520 (LWP 31565)] [New Thread 1095875504 (LWP 31566)] [Thread debugging using libthread_db enabled] [New Thread 1090043520 (LWP 31565)] [New Thread 1095875504 (LWP 31566)] [Thread debugging using libthread_db enabled] [New Thread 1090043520 (LWP 31565)] [New Thread 1095875504 (LWP 31566)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 51802
Thread 1 (Thread 1090043520 (LWP 31565))
Appears to be a unique stack trace, according to the simple-dup-finder.
Ack, introduced (apparently) by scheduler changes in the core CVS of yesterday. -> GStreamer.
I removed the assert, it will just give an error now. Don't yet know why it fails in the first place, though.
It doesn't crash right now, but I get no video either. It seems to be a video-only file, and well, m1v files are currently slightly problematic.
This is fixed now. *** This bug has been marked as a duplicate of 159321 ***