diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 13:03:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 13:03:09 +0000 |
commit | d2aa85e4de3ae3875c5bb7c42dab32344ec0e707 (patch) | |
tree | c7b507ca3ac13455568ce8ab995c51cbe5a0582b /ext | |
parent | 30fa1d840f145f9d58d2162c181b37ff47559eea (diff) | |
download | gst-plugins-bad-d2aa85e4de3ae3875c5bb7c42dab32344ec0e707.tar.gz gst-plugins-bad-d2aa85e4de3ae3875c5bb7c42dab32344ec0e707.tar.bz2 gst-plugins-bad-d2aa85e4de3ae3875c5bb7c42dab32344ec0e707.zip |
fix location
Original commit message from CVS:
fix location
Diffstat (limited to 'ext')
-rw-r--r-- | ext/shout/gstshout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 39888ba5..1c94e903 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -22,7 +22,7 @@ /* elementfactory information */ static GstElementDetails icecastsend_details = { "An Icecast plugin", - "shoutsend", + "Sink/Network/Icecast", "GPL", "Sends data to an icecast server using libshout", VERSION, |