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 601242 - [flvmux] ECMA array with file index lacks final 0x09 byte
[flvmux] ECMA array with file index lacks final 0x09 byte
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-09 11:18 UTC by Jan Urbański
Modified: 2009-11-18 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the issue (1000 bytes, patch)
2009-11-09 11:20 UTC, Jan Urbański
committed Details | Review

Description Jan Urbański 2009-11-09 11:18:15 UTC
flvmux writes out an ECMA array with an index at EOS, but fails to write the mandatory 0x09 byte after filling it with data.
Comment 1 Jan Urbański 2009-11-09 11:20:37 UTC
Created attachment 147264 [details] [review]
patch to fix the issue
Comment 2 Sebastian Dröge (slomo) 2009-11-12 12:11:29 UTC
Thanks, I've committed this locally and will push after 0.10.17 release.