playbin: add nick for soft colorbalance play flag to fix gst-inspect
authorTim-Philipp Müller <tim@centricular.com>
Sat, 26 Apr 2014 23:25:16 +0000 (00:25 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Apr 2014 23:26:14 +0000 (00:26 +0100)
Fix gst-inspect-1.0 playbin criticals when printing the
flags, which was caused by a missing nick name for one
of the flags.

gst/playback/gstplay-enum.c

index 7b34a64..dd8afd7 100644 (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}