GNOME Bugzilla – Bug 132298
typefind crashes on those mpg files
Last modified: 2004-12-22 21:47:04 UTC
got 4 mpg files that makes gst-typefind-0.7 unhappy : gst-typefind-0.7 /mnt/windows/D/Zarbi/gstreamer/unsupported/borked/mpg/MPEG-* ERROR scheduler( 9280) gstoptimalscheduler.c(2074):gst_opt_scheduler_iterate: [GstOptScheduler@0x81c6b08] in error state /mnt/windows/D/Zarbi/gstreamer/unsupported/borked/mpg/MPEG-ES__Pingu s.mpg - No type found ERROR scheduler( 9280) gstoptimalscheduler.c(2074):gst_opt_scheduler_iterate: [GstOptScheduler@0x81c6b08] in error state /mnt/windows/D/Zarbi/gstreamer/unsupported/borked/mpg/MPEG-PS__donkey.mpg - No type found ERROR scheduler( 9280) gstoptimalscheduler.c(2074):gst_opt_scheduler_iterate: [GstOptScheduler@0x81c6b08] in error state /mnt/windows/D/Zarbi/gstreamer/unsupported/borked/mpg/MPEG-PS__mpeg1-digital.mpg - No type found ERROR scheduler( 9280) gstoptimalscheduler.c(2074):gst_opt_scheduler_iterate: [GstOptScheduler@0x81c6b08] in error state /mnt/windows/D/Zarbi/gstreamer/unsupported/borked/mpg/MPEG-PS__pal-tuned.mpg - No type found uploading those to my server ASAP and posting links there just after
here are the links : http://www.leroutier.net/mpg/MPEG-ES__Pingus.mpg http://www.leroutier.net/mpg/MPEG-PS__donkey.mpg http://www.leroutier.net/mpg/MPEG-PS__mpeg1-digital.mpg http://www.leroutier.net/mpg/MPEG-PS__pal-tuned.mpg all 4 plays well under mplayer Pingu & mpeg1-digit aren't detected as mpeg files by 'file' has they seem to have some garbage instead of magic-bytes at their start (seen with ghex2) bigger file is 7MB
donkey/paltuned are fixed. The other two should be detected by the stream typefind, but that's apparently broken. Working on those too...
mpeg1 stream finding was broken... Don't know how this ever worked, probably coincidence. pingus still needs doing, digital works now.
Oh, I see from the title now. Pingus is an elementary videostream and we don't have a typefind function for that yet in stream-case (like here). I'll implement that later on.
All fixed now.