mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
gst-inspect: Hide GST_PARAM_DOC_SHOW_DEFAULT flag
It's known flag but only for documentation purpose. Don't show its (and user cannot understand) value 0x2000 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3241>
This commit is contained in:
parent
db5b4e6a06
commit
e25a6f4794
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ flags_to_string (GFlagsValue * vals, guint flags)
|
|||
G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_DEPRECATED | \
|
||||
GST_PARAM_CONTROLLABLE | GST_PARAM_MUTABLE_PLAYING | \
|
||||
GST_PARAM_MUTABLE_PAUSED | GST_PARAM_MUTABLE_READY | \
|
||||
GST_PARAM_CONDITIONALLY_AVAILABLE)
|
||||
GST_PARAM_CONDITIONALLY_AVAILABLE | GST_PARAM_DOC_SHOW_DEFAULT)
|
||||
|
||||
static int
|
||||
sort_gparamspecs (GParamSpec ** a, GParamSpec ** b)
|
||||
|
|
Loading…
Reference in a new issue