mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 19:35:39 +00:00
value: Add a type abbreviation for GstFlagSet in serialization
This commit is contained in:
parent
a3cfcbfede
commit
ba49927aaf
1 changed files with 2 additions and 0 deletions
|
@ -2133,6 +2133,8 @@ _priv_gst_value_get_abbrs (gint * n_abbrs)
|
||||||
,
|
,
|
||||||
{"bitmask", GST_TYPE_BITMASK}
|
{"bitmask", GST_TYPE_BITMASK}
|
||||||
,
|
,
|
||||||
|
{"flagset", GST_TYPE_FLAG_SET}
|
||||||
|
,
|
||||||
{"sample", GST_TYPE_SAMPLE}
|
{"sample", GST_TYPE_SAMPLE}
|
||||||
,
|
,
|
||||||
{"taglist", GST_TYPE_TAG_LIST}
|
{"taglist", GST_TYPE_TAG_LIST}
|
||||||
|
|
Loading…
Reference in a new issue