After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132298 - typefind crashes on those mpg files
typefind crashes on those mpg files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-23 13:27 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Stephane Loeuillet 2004-01-23 13:27:36 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
Comment 1 Stephane Loeuillet 2004-01-23 15:27:46 UTC
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
Comment 2 Ronald Bultje 2004-01-23 16:00:22 UTC
donkey/paltuned are fixed. The other two should be detected by the
stream typefind, but that's apparently broken. Working on those too...
Comment 3 Ronald Bultje 2004-01-23 16:53:37 UTC
mpeg1 stream finding was broken... Don't know how this ever worked,
probably coincidence. pingus still needs doing, digital works now.
Comment 4 Ronald Bultje 2004-01-23 16:56:25 UTC
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.
Comment 5 Ronald Bultje 2004-01-25 00:24:11 UTC
All fixed now.