diff options
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" |