summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:22 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-11-16 22:02:22 +0000
commit5c244e8374f61481f7296c9bad5c6eb34001c4a2 (patch)
tree7be1e9db0a6a2fd0bf08d0233f64af6dd3d4d567 /gst/videofilter
parent03f1b5c7976e49883432e96e9cb87adb62d19de9 (diff)
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstvideobalance.c2
-rw-r--r--gst/videofilter/gstvideofilter.c2
-rw-r--r--gst/videofilter/gstvideoflip.c2
-rw-r--r--gst/videofilter/gstvideotemplate.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 4cc8efc5..1e4fb51a 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -90,7 +90,7 @@ gst_videobalance_base_init (gpointer g_class)
{
static GstElementDetails videobalance_details = GST_ELEMENT_DETAILS (
"Video Balance Control",
- "Filter/Video",
+ "Filter/Effect/Video",
"Adjusts brightness, contrast, hue, saturation on a video stream",
"David Schleef <ds@schleef.org>"
);
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index c8bb62c5..81736117 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/gstvideofilter.c
@@ -79,7 +79,7 @@ static void gst_videofilter_base_init (gpointer g_class)
{
static GstElementDetails videofilter_details = {
"Video scaler",
- "Filter/Video",
+ "Filter/Effect/Video",
"Resizes video",
"David Schleef <ds@schleef.org>"
};
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index e1ffe2cf..1c64829c 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -112,7 +112,7 @@ gst_videoflip_base_init (gpointer g_class)
{
static GstElementDetails videoflip_details = GST_ELEMENT_DETAILS (
"Video Flipper",
- "Filter/Video",
+ "Filter/Effect/Video",
"Flips and rotates video",
"David Schleef <ds@schleef.org>"
);
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index 0422e156..71f9f164 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -85,7 +85,7 @@ gst_videotemplate_base_init (gpointer g_class)
{
static GstElementDetails videotemplate_details = GST_ELEMENT_DETAILS (
"Video Filter Template",
- "Filter/Video",
+ "Filter/Effect/Video",
"Template for a video filter",
"David Schleef <ds@schleef.org>"
);