x264enc: fix subme property annotation - subme maximum is 10, not 6.
authorBrian Gitonga Marete <marete@toshnix.com>
Sat, 25 Jun 2011 03:29:50 +0000 (06:29 +0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 27 Jun 2011 12:08:30 +0000 (13:08 +0100)
commit48f899257db49b5289f754cbd92fce246854dd0f
treecb44407a9cd82e371da7092b4824f951c1eb94b0
parent50f1f519302e06763d60ebc038b2cfeb40edcb29
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
ext/x264/gstx264enc.c