gst: Update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)
plugins/elements/gstdataurisrc.c

index aeee1bb..4bac770 100644 (file)
@@ -456,6 +456,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "dataurisrc",
+    dataurisrc,
     "data: URI source",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);