summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-ios-templates.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-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 = '''\