summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/videosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/video/videosink.h')
-rw-r--r--gst-libs/gst/video/videosink.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/gst-libs/gst/video/videosink.h b/gst-libs/gst/video/videosink.h
index 6ba23fd4..129a47d6 100644
--- a/gst-libs/gst/video/videosink.h
+++ b/gst-libs/gst/video/videosink.h
@@ -61,19 +61,12 @@ struct _GstVideoSink {
struct _GstVideoSinkClass {
GstElementClass parent_class;
-
- /* signals */
- void (*have_video_size) (GstVideoSink *element, gint width, gint height);
-
+
gpointer _gst_reserved[GST_PADDING];
};
GType gst_videosink_get_type (void);
-/* public methods to fire signals */
-void gst_video_sink_got_video_size (GstVideoSink *videosink,
- gint width, gint height);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */