summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-12 16:11:01 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-16 17:42:46 +0200
commit26109c34a84278740d9159f72e03944a052bd8fc (patch)
treea0ac1bd45145a8c0b2a6fb6a724e7d90bd5b8e3e
parente04c41eceb0ca2e8105627f59876872f78acba71 (diff)
gstreamer-io-templates: add missing ';'
-rw-r--r--recipes/gstreamer-ios-templates.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe
index b8eafc3..0b82504 100644
--- a/recipes/gstreamer-ios-templates.recipe
+++ b/recipes/gstreamer-ios-templates.recipe
@@ -3,8 +3,8 @@ from collections import defaultdict
from cerbero.utils import shell
from custom import list_gstreamer_plugins_by_category
-DECLARE_PLUGIN_TPL = 'GST_PLUGIN_STATIC_DECLARE(%s)'
-REGISTER_PLUGIN_TPL = 'GST_PLUGIN_STATIC_REGISTER(%s)'
+DECLARE_PLUGIN_TPL = 'GST_PLUGIN_STATIC_DECLARE(%s);'
+REGISTER_PLUGIN_TPL = ' GST_PLUGIN_STATIC_REGISTER(%s);'
DEFINE_TPL = '/* #define GST_IOS_PLUGINS_%s */\n'
REGISTER_TPL = 'void gst_backend_register_plugins (void);'
DEFINES_TPL = '''\