projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66e674
)
base-xml-formatter: Don't attempt to use NULL entry
author
Edward Hervey
<bilboed@bilboed.com>
Thu, 10 Apr 2014 15:52:20 +0000
(17:52 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Thu, 10 Apr 2014 15:52:20 +0000
(17:52 +0200)
Instead return straight away
CID #
1139739
ges/ges-base-xml-formatter.c
patch
|
blob
|
history
diff --git
a/ges/ges-base-xml-formatter.c
b/ges/ges-base-xml-formatter.c
index 3758a78b7ec46959bbb01b44748d7f40f82545d7..626ba06e6e42f9f30dca7fa15788ff5370eefed3 100644
(file)
--- 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 */