summaryrefslogtreecommitdiff
path: root/gst/app
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 15:11:05 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 15:11:05 +0200
commitad42b16375d7488292ef1d895e9b3d8fef0e79fd (patch)
treed65195b25fafca9910fada7dcee6b4d436df8e21 /gst/app
parent4511a720e8177e8cf4f7872d4dd583386225250a (diff)
downloadgstreamer-plugins-base-ad42b16375d7488292ef1d895e9b3d8fef0e79fd.tar.gz
gst: Update for GST_PLUGIN_DEFINE() API change
Diffstat (limited to 'gst/app')
-rw-r--r--gst/app/gstapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/app/gstapp.c b/gst/app/gstapp.c
index ca54ae4bc..3852f8c08 100644
--- a/gst/app/gstapp.c
+++ b/gst/app/gstapp.c
@@ -63,6 +63,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "app",
+ app,
"Elements used to communicate with applications",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)