From: Benjamin Otte Date: Mon, 1 Mar 2010 12:49:39 +0000 (+0100) Subject: apexsink: Use "apexsink" for plugin name X-Git-Tag: 1.19.3~507^2~17378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6da643e07290ca82e27e461aff03e47009994c5c;p=platform%2Fupstream%2Fgstreamer.git apexsink: Use "apexsink" for plugin name --- 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)