structure: Add "bitmask" as alias for (GstBitmask) when (de-)serializing values
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 16 Dec 2011 11:39:15 +0000 (12:39 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Jan 2012 09:24:14 +0000 (10:24 +0100)
gst/gststructure.c

index 2e3c9c7..d9573e9 100644 (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 */