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 129740 - MP4/M4A files not recognized properly
MP4/M4A files not recognized properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.7.2
Other Linux
: Normal major
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-20 18:11 UTC by theophile
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description theophile 2003-12-20 18:12:56 UTC
If gst-typefind is run on an MP4 or M4A file, the output it this:

sample.m4a - "image/vnd.wap.wbmp"

gstreamer will not playback these files and rhythmbox compiled with mp4
support segfaults trying to open an mp4 file.
Comment 1 Sindre Pedersen Bjørdal 2004-01-08 21:10:56 UTC
I did gst-typefind too and I got: ffmpeg_type_mov (video/quicktime)

But I doesn't play, here's the output from gst-play:

(gst-player:4125): GLib-GObject-WARNING **: gsignal.c:1893: signal
`have_vis_size' is invalid for instance `0x81711a8'
** Message: uri : 08 Scratch N Sniff.m4a result: Ugyldig URI
** Message: adding '08 Scratch N Sniff.m4a' with no mimetype
video_queue: waiting for the app to restart source pad elements

Hope this helps any. 
Comment 2 David Schleef 2004-02-19 02:56:19 UTC
I disabled the gdk_pixbuf typefinding, and also convinced the
quicktime typefinder to recognize .mp4 and .m4a files.