apexsink: Use "apexsink" for plugin name
authorBenjamin Otte <otte@redhat.com>
Mon, 1 Mar 2010 12:49:39 +0000 (13:49 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 9 Mar 2010 18:16:30 +0000 (19:16 +0100)
ext/apexsink/gstapexplugin.c

index 7fb6198..edcc393 100644 (file)
@@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE
     (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "apex",
+    "apexsink",
     "Apple AirPort Express Plugin",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)