GNOME Bugzilla – Bug 341234
Totem SIGABRTs when trying to play 3gp
Last modified: 2006-05-11 11:28:23 UTC
That bug has been opened on https://launchpad.net/bugs/43367 "try to open a 3gp video in totem. totem crashes and displys this error message: totem: mov.c:1883: mov_read_packet: Assertion `pts % st->time_base.num == 0' failed. http://librarian.launchpad.net/2517350/totem-3gp-crash-bt totem crash backtrace ... > Thanks for your bug. Do you have an example of such video to attach to the bug or point to download? ... http://librarian.launchpad.net/2545270/Klipp%282%29.3gp 3gp video that crashes gstreamer ... " The crash happens if gst-plugins-base0.10 is not installed Debug backtrace from gst-launch-0.10 playbin ... "gst-launch-0.10: mov.c:1883: mov_read_packet: l'assertion « pts % st->time_base.num == 0 » a échoué. Program received signal SIGABRT, Aborted.
+ Trace 68133
Thread NaN (LWP 969)
Demuxers are disabled with following commit from tpm. The qtdemux element correctly demuxes this stream. Closing. * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Give ffmpeg demuxers a rank of NONE for the time being, so that they are not auto-plugged; they are not stable enough for that yet (e.g. #337785). Don't register AAC demuxer, it's not really useful and can't be used as faad replacement (#338928).