diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:23 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:23 +0000 |
commit | 5b283c92b6fffdd28b4a113c07e2f6afd752b23d (patch) | |
tree | be93889b924ca39aeaca5aa6b2e2f8c85c6e06f9 /gst/stereo | |
parent | 531a3a69366e47dc5adc5ff10c103416eaa3361e (diff) | |
download | gst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.tar.gz gst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.tar.bz2 gst-plugins-bad-5b283c92b6fffdd28b4a113c07e2f6afd752b23d.zip |
+ checking in plugin category changes
Original commit message from CVS:
+ checking in plugin category changes
Diffstat (limited to 'gst/stereo')
-rw-r--r-- | gst/stereo/gststereo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index cb8ff0dd..0e315c7c 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -30,8 +30,8 @@ /* elementfactory information */ static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ( "Stereo effect", - "Filter/Audio/Effect", - "Muck with the stereo signal, enhance it's 'stereo-ness'", + "Filter/Effect/Audio", + "Muck with the stereo signal to enhance its 'stereo-ness'", "Erik Walthinsen <omega@cse.ogi.edu>" ); |