value: Add a type abbreviation for GstFlagSet in serialization
authorSebastian Dröge <sebastian@centricular.com>
Thu, 23 Feb 2017 18:50:38 +0000 (20:50 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 23 Feb 2017 18:50:38 +0000 (20:50 +0200)
gst/gstvalue.c

index 5c217cd..1977ff8 100644 (file)
@@ -2133,6 +2133,8 @@ _priv_gst_value_get_abbrs (gint * n_abbrs)
       ,
       {"bitmask", GST_TYPE_BITMASK}
       ,
+      {"flagset", GST_TYPE_FLAG_SET}
+      ,
       {"sample", GST_TYPE_SAMPLE}
       ,
       {"taglist", GST_TYPE_TAG_LIST}