GNOME Bugzilla – Bug 331526
3GP type detection is too simple
Last modified: 2006-02-22 10:38:12 UTC
Please describe the problem: Type detection fails with some 3gp clips and reports the mimetype to be "video/ quicktime" instead. For some 3GP clips typefind works as follows: $ gst-typefind test.3gp test.3gp - application/x-3gp $ gst-typefind test.3gp test.3gp - video/quicktime $ gst-typefind test.3gp test.3gp - application/x-3gp So, it cannot decide what format the file actually is. I will attach a patch that improves 3GP type detection. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 59566 [details] [review] Patch that improves 3GP typefind
Looks fine to me. Tommi, perhaps you should arrange CVS commit access to just commit this sort of thing directly?
commited, thanks again. You still might want to look into getting a cvs commit access. More information here : http://freedesktop.org/wiki/AccountRequests 2006-02-22 Tommi My�h�nen <ext-tommi do myohanen at nokia dot com> Reviewed by : Edward Hervey <edward@fluendo.com> * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find), (qt_type_find): Better 3gp typefinding.