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 592259 - mimenc: fourcc written incorrectly
mimenc: fourcc written incorrectly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-18 19:53 UTC by Olivier Crête
Modified: 2009-08-18 20:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mimenc: Write FOURCC as 32bit (940 bytes, patch)
2009-08-18 19:53 UTC, Olivier Crête
none Details | Review

Description Olivier Crête 2009-08-18 19:53:52 UTC
Created attachment 141108 [details] [review]
mimenc: Write FOURCC as 32bit

Oops, patch "4f61f46: mimenc: USE GST_WRITE_*_LE macros" broke the fourcc
because I put them as 16bit instead of 32... Lets push this in before the
release, otherwise mimenc!mimedec fails..
Comment 1 Tim-Philipp Müller 2009-08-18 20:27:50 UTC
Comment on attachment 141108 [details] [review]
mimenc: Write FOURCC as 32bit

Sure, please commit.
Comment 2 Olivier Crête 2009-08-18 20:38:56 UTC
commit 4f3363af4d9cf72d16e4d521cd769da0e7e8e35f
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:   Tue Aug 18 15:48:09 2009 -0400

    mimenc: Write FOURCC as 32bit