mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
bcb8068e27
commit
184fe464da
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ gst_play_flags_get_type (void)
|
||||||
"buffering"},
|
"buffering"},
|
||||||
{C_FLAGS (GST_PLAY_FLAG_DEINTERLACE), "Deinterlace video if necessary",
|
{C_FLAGS (GST_PLAY_FLAG_DEINTERLACE), "Deinterlace video if necessary",
|
||||||
"deinterlace"},
|
"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),
|
{C_FLAGS (GST_PLAY_FLAG_FORCE_FILTERS),
|
||||||
"Force audio/video filter(s) to be applied", "force-filters"},
|
"Force audio/video filter(s) to be applied", "force-filters"},
|
||||||
{0, NULL, NULL}
|
{0, NULL, NULL}
|
||||||
|
|
Loading…
Reference in a new issue