summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstrev.c')
-rw-r--r--gst/effectv/gstrev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index a1482e77..898eb5dd 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -69,7 +69,7 @@ typedef struct _GstRevTVClass GstRevTVClass;
struct _GstRevTV
{
- GstVideofilter videofilter;
+ GstVideoFilter videofilter;
gint width, height;
gint vgrabtime;
@@ -80,7 +80,7 @@ struct _GstRevTV
struct _GstRevTVClass
{
- GstVideofilterClass parent_class;
+ GstVideoFilterClass parent_class;
};
enum
@@ -112,7 +112,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_STATIC_CAPS (GST_VIDEO_CAPS_BGRx)
);
-static GstVideofilterClass *parent_class = NULL;
+static GstVideoFilterClass *parent_class = NULL;
static gboolean
gst_revtv_set_caps (GstBaseTransform * btrans, GstCaps * incaps,
@@ -325,7 +325,7 @@ gst_revtv_get_type (void)
};
revtv_type =
- g_type_register_static (GST_TYPE_VIDEOFILTER, "GstRevTV", &revtv_info,
+ g_type_register_static (GST_TYPE_VIDEO_FILTER, "GstRevTV", &revtv_info,
0);
}
return revtv_type;