summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideoflip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstvideoflip.h')
-rw-r--r--gst/videofilter/gstvideoflip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/videofilter/gstvideoflip.h b/gst/videofilter/gstvideoflip.h
index 6a830094..5ece67c0 100644
--- a/gst/videofilter/gstvideoflip.h
+++ b/gst/videofilter/gstvideoflip.h
@@ -50,7 +50,7 @@ typedef struct _GstVideoFlip GstVideoFlip;
typedef struct _GstVideoFlipClass GstVideoFlipClass;
struct _GstVideoFlip {
- GstVideofilter videofilter;
+ GstVideoFilter videofilter;
gint from_width, from_height;
gint to_width, to_height;
@@ -59,10 +59,10 @@ struct _GstVideoFlip {
};
struct _GstVideoFlipClass {
- GstVideofilterClass parent_class;
+ GstVideoFilterClass parent_class;
};
-GType gst_video_flip_get_type(void);
+GType gst_video_flip_get_type (void);
G_END_DECLS