From 03bedb18c870879c7389ba897608faeff563d01f Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Wed, 19 Nov 2003 22:40:59 +0000 Subject: Removing have_size as it is in GstVideoSink higher class. Original commit message from CVS: Removing have_size as it is in GstVideoSink higher class. --- gst-libs/gst/xoverlay/xoverlay.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst-libs/gst/xoverlay/xoverlay.h') diff --git a/gst-libs/gst/xoverlay/xoverlay.h b/gst-libs/gst/xoverlay/xoverlay.h index 1f8c9f39..65ac1dc7 100644 --- a/gst-libs/gst/xoverlay/xoverlay.h +++ b/gst-libs/gst/xoverlay/xoverlay.h @@ -53,8 +53,6 @@ typedef struct _GstXOverlayClass { /* signals */ void (*have_xwindow_id) (GstXOverlay *overlay, XID xwindow_id); - void (*have_size) (GstXOverlay *overlay, gint width, gint height); - } GstXOverlayClass; GType gst_x_overlay_get_type (void); @@ -64,8 +62,6 @@ void gst_x_overlay_set_xwindow_id (GstXOverlay *overlay, XID xwindow_id); /* public methods to fire signals */ void gst_x_overlay_got_xwindow_id (GstXOverlay *overlay, XID xwindow_id); -void gst_x_overlay_got_video_size (GstXOverlay *overlay, - gint width, gint height); G_END_DECLS -- cgit v1.2.1