From 2104cd9e50e3ff9061b6fcacac6be4e4d76e02ff Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 24 Jul 2014 17:55:35 +0200 Subject: [PATCH] xml-formatter: message-forward is not something that should be parsed. --- ges/ges-base-xml-formatter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-base-xml-formatter.c b/ges/ges-base-xml-formatter.c index 04b3513bec..18d7c6cdd9 100644 --- a/ges/ges-base-xml-formatter.c +++ b/ges/ges-base-xml-formatter.c @@ -942,7 +942,7 @@ ges_base_xml_formatter_add_track (GESBaseXmlFormatter * self, gst_structure_get (properties, "restriction-caps", G_TYPE_STRING, &restriction, NULL); - gst_structure_remove_fields (properties, "restriction-caps", "caps", NULL); + gst_structure_remove_fields (properties, "restriction-caps", "caps", "message-forward", NULL); if (g_strcmp0 (restriction, "NULL")) { caps = gst_caps_from_string (restriction); ges_track_set_restriction_caps (track, caps);