diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-10-08 07:44:25 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-10-08 07:44:25 +0000 |
commit | d95362aab586bba80414d4cbf73b4d5223f6d9b6 (patch) | |
tree | d2120d8e35937b8f7262638b72adfc52aa27ab86 | |
parent | ef73dd4bcd511838e79b1d477904ecce4a295f3b (diff) | |
download | gst-plugins-bad-d95362aab586bba80414d4cbf73b4d5223f6d9b6.tar.gz gst-plugins-bad-d95362aab586bba80414d4cbf73b4d5223f6d9b6.tar.bz2 gst-plugins-bad-d95362aab586bba80414d4cbf73b4d5223f6d9b6.zip |
updating some plugin categories
Original commit message from CVS:
updating some plugin categories
-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, |