x264enc: Don't register flags with a value of 0
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 14 Feb 2011 17:52:09 +0000 (17:52 +0000)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 14 Feb 2011 17:52:12 +0000 (17:52 +0000)
commit0d20df6d2be96be7be46ad78677d69e7c8232c0c
treea92acb5d303fe877fdc0f12239ba4423480f697d
parent182072c91a7e61c8381741c1fbfd5cb22557d183
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
ext/x264/gstx264enc.c