mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
structure: Add "bitmask" as alias for (GstBitmask) when (de-)serializing values
This commit is contained in:
parent
4294b88e35
commit
33f53d46ab
1 changed files with 2 additions and 0 deletions
|
@ -1690,6 +1690,8 @@ gst_structure_get_abbrs (gint * n_abbrs)
|
|||
{"date", GST_TYPE_DATE}
|
||||
,
|
||||
{"datetime", GST_TYPE_DATE_TIME}
|
||||
,
|
||||
{"bitmask", GST_TYPE_BITMASK}
|
||||
};
|
||||
_num = G_N_ELEMENTS (dyn_abbrs);
|
||||
/* permanently allocate and copy the array now */
|
||||
|
|
Loading…
Reference in a new issue