author | Brian Gitonga Marete <marete@toshnix.com> | |
Sat, 25 Jun 2011 03:29:50 +0000 (06:29 +0300) | ||
committer | Nikhil Devshatwar <a0132237@ti.com> | |
Fri, 17 May 2013 09:40:34 +0000 (15:10 +0530) | ||
commit | d7a1de68f2ed09dc522d737742dfab1e9c70d9f1 | |
tree | cb44407a9cd82e371da7092b4824f951c1eb94b0 | tree | snapshot (tar.xz tar.gz zip) |
parent | 3fbda5eb87cb7e6616b8ef86a016f4668b47404a | commit | diff |
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
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
ext/x264/gstx264enc.c | diff | blob | history |