summaryrefslogtreecommitdiff
path: root/gst/inter/gstintervideosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/inter/gstintervideosink.h')
-rw-r--r--gst/inter/gstintervideosink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/inter/gstintervideosink.h b/gst/inter/gstintervideosink.h
index e476daabd..096cee242 100644
--- a/gst/inter/gstintervideosink.h
+++ b/gst/inter/gstintervideosink.h
@@ -20,7 +20,7 @@
#ifndef _GST_INTER_VIDEO_SINK_H_
#define _GST_INTER_VIDEO_SINK_H_
-#include <gst/base/gstbasesink.h>
+#include <gst/video/video.h>
#include "gstintersurface.h"
G_BEGIN_DECLS
@@ -36,7 +36,7 @@ typedef struct _GstInterVideoSinkClass GstInterVideoSinkClass;
struct _GstInterVideoSink
{
- GstBaseSink base_intervideosink;
+ GstVideoSink videosink;
GstInterSurface *surface;
char *channel;
@@ -46,7 +46,7 @@ struct _GstInterVideoSink
struct _GstInterVideoSinkClass
{
- GstBaseSinkClass base_intervideosink_class;
+ GstVideoSinkClass videosinkclass;
};
GType gst_inter_video_sink_get_type (void);