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/filter | |
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/filter')
-rw-r--r-- | gst/filter/gstbpwsinc.c | 2 | ||||
-rw-r--r-- | gst/filter/gstiir.c | 2 | ||||
-rw-r--r-- | gst/filter/gstlpwsinc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c index fe721f39..c7144621 100644 --- a/gst/filter/gstbpwsinc.c +++ b/gst/filter/gstbpwsinc.c @@ -41,7 +41,7 @@ /* elementfactory information */ static GstElementDetails gst_bpwsinc_details = GST_ELEMENT_DETAILS ( "BPWSinc", - "Filter/Audio/Effect", + "Filter/Effect/Audio", "Band-Pass Windowed sinc filter", "Thomas <thomas@apestaart.org>, " "Steven W. Smith" diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c index 185b1522..007bdb7a 100644 --- a/gst/filter/gstiir.c +++ b/gst/filter/gstiir.c @@ -27,7 +27,7 @@ static GstElementDetails gst_iir_details = GST_ELEMENT_DETAILS ( "IIR", - "Filter/Audio/Effect", + "Filter/Effect/Audio", "IIR filter based on vorbis code", "Monty <monty@xiph.org>, " "Thomas <thomas@apestaart.org>" diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c index 1ed5078d..aaa7463e 100644 --- a/gst/filter/gstlpwsinc.c +++ b/gst/filter/gstlpwsinc.c @@ -40,7 +40,7 @@ static GstElementDetails gst_lpwsinc_details = GST_ELEMENT_DETAILS ( "LPWSinc", - "Filter/Audio/Effect", + "Filter/Effect/Audio", "Low-pass Windowed sinc filter", "Thomas <thomas@apestaart.org>, " "Steven W. Smith" |