structure: Add date as a type abbreviation of GDate
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 5 Apr 2011 12:36:43 +0000 (14:36 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 5 Apr 2011 12:37:55 +0000 (14:37 +0200)
See bug #646696.

gst/gststructure.c

index 92b6b93..d5df8b1 100644 (file)
@@ -1710,6 +1710,8 @@ gst_structure_get_abbrs (gint * n_abbrs)
       ,
       {"structure", GST_TYPE_STRUCTURE}
       ,
+      {"date", GST_TYPE_DATE}
+      ,
       {"datetime", GST_TYPE_DATE_TIME}
     };
     _num = G_N_ELEMENTS (dyn_abbrs);