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 642360 - x264enc: Don't register flags which have 0 as a value
x264enc: Don't register flags which have 0 as a value
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-15 10:25 UTC by Sjoerd Simons
Modified: 2011-02-15 15:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (907 bytes, patch)
2011-02-15 10:25 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2011-02-15 10:25:56 UTC
Created attachment 180887 [details] [review]
proposed patch

Flags with a value of 0 aren't meaningful and will cause
g_value_transform to go into an endless loop when trying to
convert the flags to a string
Comment 1 Sjoerd Simons 2011-02-15 10:57:15 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Tim-Philipp Müller 2011-02-15 15:30:39 UTC
Next time please mention the bug number in your commit as well :)

 commit 0d20df6d2be96be7be46ad78677d69e7c8232c0c
 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 Date:   Mon Feb 14 17:52:09 2011 +0000

    x264enc: Don't register flags with a value of 0
    
    Flags with a value of 0 aren't meaningful and will cause
    g_value_transform to go into an endless loop when trying to
    convert the flags to a string