diff options
-rw-r--r-- | gst/videocrop/gstvideocrop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index d96061a0..dc67ceb1 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -59,7 +59,7 @@ struct _GstVideoCropClass { /* elementfactory information */ static GstElementDetails gst_video_crop_details = { "video crop filter", - "Filter/Video/Crop", + "Filter/Video", "LGPL", "Crops video into a user defined region", VERSION, |