From: Tim-Philipp Müller Date: Sat, 26 Apr 2014 23:25:16 +0000 (+0100) Subject: playbin: add nick for soft colorbalance play flag to fix gst-inspect X-Git-Tag: 1.19.3~511^2~4575 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=184fe464da61ef724224502c22b87a891e6a44c1;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/playback/gstplay-enum.c b/gst/playback/gstplay-enum.c index 7b34a64..dd8afd7 100644 --- a/gst/playback/gstplay-enum.c +++ b/gst/playback/gstplay-enum.c @@ -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}