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 550638 - [typefind] Recognize some jpeg2k file types
[typefind] Recognize some jpeg2k file types
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-03 10:06 UTC by Mark Nauwelaerts
Modified: 2008-09-03 12:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Typefind patch (1.40 KB, patch)
2008-09-03 10:08 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2008-09-03 10:06:17 UTC
Patch to follow adds typefinding for some ISO JPEG2000 related mime-types defined in RFC3745.
Comment 1 Mark Nauwelaerts 2008-09-03 10:08:27 UTC
Created attachment 117915 [details] [review]
Typefind patch

* Typefind video/mj2 and image/jp2
Comment 2 Mark Nauwelaerts 2008-09-03 12:23:49 UTC
2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>

	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
	Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
	Fixes #550638.