structure: Add date as a type abbreviation of GDate

See bug #646696.
This commit is contained in:
Sebastian Dröge 2011-04-05 14:36:43 +02:00
parent 95737e2811
commit 5860734aaf

View 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);