summaryrefslogtreecommitdiff
path: root/gst/gstnice.c
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-08 17:00:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-08 17:00:00 +0000
commitfffce105b171e086ec346cf98bbed5a82edbb6fd (patch)
tree69a761281e3a6654f311d79e27e89cac72713945 /gst/gstnice.c
parent4743974aa7caf236c88bd714b62d9013e5ff3b4c (diff)
downloadlibnice-fffce105b171e086ec346cf98bbed5a82edbb6fd.tar.gz
gst plugin should be called "nice", not "nicesrc"
darcs-hash:20070208170010-c9803-82f6524802e07fed808d866db822feee60eba909.gz
Diffstat (limited to 'gst/gstnice.c')
-rw-r--r--gst/gstnice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstnice.c b/gst/gstnice.c
index 1fc92db..03c4c59 100644
--- a/gst/gstnice.c
+++ b/gst/gstnice.c
@@ -12,7 +12,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "nicesrc",
+ "nice",
"Interactive UDP connectivity establishment",
plugin_init, VERSION, "LGPL", PACKAGE_NAME,
"http://telepathy.freedesktop.org/wiki/");