diff options
author | Andy Wingo <wingo@pobox.com> | 2002-04-20 21:42:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-04-20 21:42:51 +0000 |
commit | cca77e215b01ddf27c13eff5c105883c94e95dc2 (patch) | |
tree | 5a3f86ec87b4e63871e6af52abb27ce2d204d8f1 /gst/cutter | |
parent | d4458d89c9dd748f39219a2b0e0df61dfc0cf4eb (diff) |
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
Diffstat (limited to 'gst/cutter')
-rw-r--r-- | gst/cutter/gstcutter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 39f60ca84..23efc026e 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -25,7 +25,7 @@ static GstElementDetails cutter_details = { "Cutter", - "Filter/Effect", + "Filter/Audio/Effect", "Audio Cutter to split audio into non-silent bits", VERSION, "Thomas <thomas@apestaart.org>", |