diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:25:25 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:25:25 +0000 |
commit | f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3 (patch) | |
tree | 2548bd8c8423d55468bad88511bb35c92a9fc428 /ext/shout/gstshout.c | |
parent | d5c716edbd09cbb187ffec03b6855e59a6e96c11 (diff) | |
download | gst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.tar.gz gst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.tar.bz2 gst-plugins-bad-f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3.zip |
+ changes for new float caps without slope/intercept + some category changes for plugins
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
Diffstat (limited to 'ext/shout/gstshout.c')
-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 46908ee3..1badacd5 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -25,7 +25,7 @@ /* elementfactory information */ static GstElementDetails icecastsend_details = { "An Icecast plugin", - "Sink/Network/Icecast", + "Sink/Network", "GPL", "Sends data to an icecast server using libshout", VERSION, |