structure: Add "bitmask" as alias for (GstBitmask) when (de-)serializing values

This commit is contained in:
Sebastian Dröge 2011-12-16 12:39:15 +01:00
parent 4294b88e35
commit 33f53d46ab

View file

@ -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 */