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 /gst | |
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 'gst')
-rw-r--r-- | gst/smoothwave/gstsmoothwave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 6b96dd9e..a8b88496 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -27,7 +27,7 @@ static GstElementDetails gst_smoothwave_details = { "Smooth waveform", - "Sink/Visualization", + "Visualization", "LGPL", "Fading grayscale waveform display", VERSION, |