GNOME Bugzilla – Bug 653473
x264enc: "subme" property value can go up to 10
Last modified: 2011-06-27 12:21:25 UTC
Created attachment 190742 [details] [review] [gstx264enc] Annotate maximum subme property value property correctly Although the element accepts subme values > 6, the annotation which is visible through gst-inspect (for example) erroneously indicates 6 as the maximum. Fix this by indicating 10 (which is the x264 max) as the maximum. A patch to fix this which should apply against the latest GIT is attached.
Thanks for the patch! commit 48f899257db49b5289f754cbd92fce246854dd0f Author: Brian Gitonga Marete <marete@toshnix.com> Date: Sat Jun 25 06:29:50 2011 +0300 x264enc: fix subme property annotation - subme maximum is 10, not 6. Although the element accepts subme values > 6, the annotation which is visible through gst-inspect (for example) erroneously indicates 6 as the maximum. Fix this by indicating 10 (which is the x264 max) as the maximum. https://bugzilla.gnome.org/show_bug.cgi?id=653473