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 463624 - [PATCH] avimux: mismatch in ODML tag numbering
[PATCH] avimux: mismatch in ODML tag numbering
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.6
Other Linux
: Normal normal
: 0.10.7
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-05 11:00 UTC by Mark Nauwelaerts
Modified: 2007-08-05 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch (696 bytes, patch)
2007-08-05 11:02 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2007-08-05 11:00:33 UTC
A video stream with tag 00db can end up having an ODML index chunk ix01, which obviously does not match and can conflict with other tags.
Some players don't mind (mplayer), avidemux does mind.
Comment 1 Mark Nauwelaerts 2007-08-05 11:02:39 UTC
Created attachment 93104 [details] [review]
Possible patch

* Fix ODML index tag numbering.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-05 14:54:24 UTC
2007-08-05  Stefan Kost  <ensonic@users.sf.net>

	patch by: Mark Nauwelaerts <manauw@skynet.be>

	* gst/avi/gstavimux.c:
	  Fix ODML index tag numbering. Fixes #463624.