summaryrefslogtreecommitdiff
path: root/ext/apexsink
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-01 13:49:39 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-09 19:16:30 +0100
commit6da643e07290ca82e27e461aff03e47009994c5c (patch)
tree31a63eca4cf650dc3797034a59a88f16429c248c /ext/apexsink
parent87dbb0ab9d61e3fd7b5166d9e7a4cb649717e616 (diff)
downloadgstreamer-plugins-bad-6da643e07290ca82e27e461aff03e47009994c5c.tar.gz
apexsink: Use "apexsink" for plugin name
Diffstat (limited to 'ext/apexsink')
-rw-r--r--ext/apexsink/gstapexplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/apexsink/gstapexplugin.c b/ext/apexsink/gstapexplugin.c
index 7fb61985a..edcc39337 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)