summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-06 17:28:15 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-10 19:32:08 -0400
commitede3ec82f47672875effacbe23e106eaf33ebd52 (patch)
treeea47206d01afeb624cb70178170b45c0350979df /gst
parent800359a5ff6e8c96081c9105f5181d42902540ba (diff)
downloadlibnice-ede3ec82f47672875effacbe23e106eaf33ebd52.tar.gz
The plugin name is not a string anymore
Diffstat (limited to 'gst')
-rw-r--r--gst/gstnice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstnice.c b/gst/gstnice.c
index cf1ec0b..8e92685 100644
--- a/gst/gstnice.c
+++ b/gst/gstnice.c
@@ -58,7 +58,7 @@ plugin_init (GstPlugin *plugin)
GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "nice",
+ nice,
"Interactive UDP connectivity establishment",
plugin_init, VERSION, "LGPL", PACKAGE_NAME,
"http://telepathy.freedesktop.org/wiki/");