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:
Seungha Yang 2022-10-22 01:43:22 +09:00 committed by GStreamer Marge Bot
parent db5b4e6a06
commit e25a6f4794

View file

@ -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)