From 6da643e07290ca82e27e461aff03e47009994c5c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 1 Mar 2010 13:49:39 +0100 Subject: [PATCH] apexsink: Use "apexsink" for plugin name --- ext/apexsink/gstapexplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/apexsink/gstapexplugin.c b/ext/apexsink/gstapexplugin.c index 7fb6198..edcc393 100644 --- a/ext/apexsink/gstapexplugin.c +++ b/ext/apexsink/gstapexplugin.c @@ -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) -- 2.7.4