playbin: add nick for soft colorbalance play flag to fix gst-inspect

Fix gst-inspect-1.0 playbin criticals when printing the
flags, which was caused by a missing nick name for one
of the flags.
This commit is contained in:
Tim-Philipp Müller 2014-04-27 00:25:16 +01:00
parent bcb8068e27
commit 184fe464da

View file

@ -65,7 +65,8 @@ gst_play_flags_get_type (void)
"buffering"},
{C_FLAGS (GST_PLAY_FLAG_DEINTERLACE), "Deinterlace video if necessary",
"deinterlace"},
{C_FLAGS (GST_PLAY_FLAG_SOFT_COLORBALANCE), "Use software color balance"},
{C_FLAGS (GST_PLAY_FLAG_SOFT_COLORBALANCE), "Use software color balance",
"soft-colorbalance"},
{C_FLAGS (GST_PLAY_FLAG_FORCE_FILTERS),
"Force audio/video filter(s) to be applied", "force-filters"},
{0, NULL, NULL}