From 184fe464da61ef724224502c22b87a891e6a44c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 27 Apr 2014 00:25:16 +0100 Subject: [PATCH] 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. --- gst/playback/gstplay-enum.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/playback/gstplay-enum.c b/gst/playback/gstplay-enum.c index 7b34a64454..dd8afd713d 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}