summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:40:34 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:40:34 +0200
commite36b51d47e4e556f997e148328a7cb751c20f673 (patch)
treec1b6ce20073c7a1ce03279326e80d34bb24959ec
parent3eb22d5286259904a50d015568beeec1c5553499 (diff)
gst: Update for GST_PLUGIN_DEFINE() API changes
-rw-r--r--gnl/gnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnl.c b/gnl/gnl.c
index eda132b..5a0aa6b 100644
--- a/gnl/gnl.c
+++ b/gnl/gnl.c
@@ -55,6 +55,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "gnonlin",
+ gnonlin,
"Standard elements for non-linear multimedia editing",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);