summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/xoverlay/xoverlay.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-11-19 22:40:59 +0000
committerJulien Moutte <julien@moutte.net>2003-11-19 22:40:59 +0000
commit03bedb18c870879c7389ba897608faeff563d01f (patch)
tree28df87ef3b44ef32955db726af9148b44572e899 /gst-libs/gst/xoverlay/xoverlay.h
parent4653e156539b8bac4797c394d763c193bacfb03d (diff)
downloadgst-plugins-bad-03bedb18c870879c7389ba897608faeff563d01f.tar.gz
gst-plugins-bad-03bedb18c870879c7389ba897608faeff563d01f.tar.bz2
gst-plugins-bad-03bedb18c870879c7389ba897608faeff563d01f.zip
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.
Diffstat (limited to 'gst-libs/gst/xoverlay/xoverlay.h')
-rw-r--r--gst-libs/gst/xoverlay/xoverlay.h4
1 files changed, 0 insertions, 4 deletions
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