From: Edward Hervey Date: Thu, 10 Apr 2014 15:52:20 +0000 (+0200) Subject: base-xml-formatter: Don't attempt to use NULL entry X-Git-Tag: 1.19.3~493^2~1618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e58a0a0fd8d79281c62c03ba0c11ee194cdd632b;p=platform%2Fupstream%2Fgstreamer.git base-xml-formatter: Don't attempt to use NULL entry Instead return straight away CID #1139739 --- diff --git a/ges/ges-base-xml-formatter.c b/ges/ges-base-xml-formatter.c index 3758a78..626ba06 100644 --- a/ges/ges-base-xml-formatter.c +++ b/ges/ges-base-xml-formatter.c @@ -776,6 +776,7 @@ ges_base_xml_formatter_add_clip (GESBaseXmlFormatter * self, "We got a Clip in a layer" " that does not exist, something is wrong either in the project file or" " in %s", g_type_name (G_OBJECT_TYPE (self))); + return; } /* We do not want the properties that are passed to layer-add_asset to be reset */