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 550646 - [qtdemux] Support Motion JPEG 2000 video
[qtdemux] Support Motion JPEG 2000 video
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-03 10:45 UTC by Mark Nauwelaerts
Modified: 2008-09-03 12:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support video/mj2 file format (7.93 KB, patch)
2008-09-03 10:48 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2008-09-03 10:45:20 UTC
The ISO Motion JPEG 2000 (originally ISO 15444-3) file format is also an ISO base media based format, and as such only requires minor additions to qtdemux to support it.
Comment 1 Mark Nauwelaerts 2008-09-03 10:48:24 UTC
Created attachment 117919 [details] [review]
Support video/mj2 file format

* Add support for video/mj2 mime-type and its additional atoms/boxes.
Comment 2 Mark Nauwelaerts 2008-09-03 12:40:42 UTC
2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>

	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
	(gst_qtdemux_loop_state_header), (qtdemux_parse_node),
	(qtdemux_parse_trak), (qtdemux_video_caps):
	* gst/qtdemux/qtdemux.h:
	* gst/qtdemux/qtdemux_fourcc.h:
	* gst/qtdemux/qtdemux_types.c:
	Add support for video/mj2 mime-type and its additional atoms/boxes.
	Fixes #550646.