summaryrefslogtreecommitdiff
path: root/ext/shout2
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:36:38 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:36:38 +0200
commitaa2cd462da70b2b8de8cf55a8421cedcbbba0867 (patch)
tree91e85b94733ded2579bdd58f9650923e795f63a0 /ext/shout2
parent702874a318100412373f1e87d498da12a9c69301 (diff)
downloadgstreamer-plugins-good-aa2cd462da70b2b8de8cf55a8421cedcbbba0867.tar.gz
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index 6ab54542b..263591c10 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -810,7 +810,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "shout2send",
+ shout2send,
"Sends data to an icecast server using libshout2",
plugin_init,
VERSION, "LGPL", "libshout2", "http://www.icecast.org/download.html")