base-xml-formatter: s/ducation/duration/
authorThibault Saunier <thibault.saunier@collabora.com>
Tue, 2 Jul 2013 17:43:49 +0000 (13:43 -0400)
committerMathieu Duponchelle <mathieu.duponchelle@epitech.eu>
Tue, 9 Jul 2013 20:13:41 +0000 (22:13 +0200)
ges/ges-base-xml-formatter.c

index f8f5443..2e854c1 100644 (file)
@@ -752,7 +752,7 @@ ges_base_xml_formatter_add_clip (GESBaseXmlFormatter * self,
   /* We do not want the properties that are passed to layer-add_asset to be reset */
   if (properties)
     gst_structure_remove_fields (properties, "supported-formats",
-        "inpoint", "start", "ducation", NULL);
+        "inpoint", "start", "duration", NULL);
 
   asset = ges_asset_request (type, asset_id, NULL);
   if (asset == NULL) {