From ba10cbca9d3bc67b45d57c546b9c743f9deefb5f Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Wed, 19 Nov 2003 22:59:53 +0000 Subject: Fix a stupid mistake Original commit message from CVS: Fix a stupid mistake --- gst-libs/gst/video/gstvideosink.h | 2 +- gst-libs/gst/video/videosink.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index 3fd37d70..5e829b17 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -63,7 +63,7 @@ struct _GstVideoSinkClass { GstElementClass parent_class; /* signals */ - void (*have_size) (GstVideoSink *element, gint width, gint height); + void (*have_video_size) (GstVideoSink *element, gint width, gint height); GST_CLASS_PADDING }; diff --git a/gst-libs/gst/video/videosink.h b/gst-libs/gst/video/videosink.h index 3fd37d70..5e829b17 100644 --- a/gst-libs/gst/video/videosink.h +++ b/gst-libs/gst/video/videosink.h @@ -63,7 +63,7 @@ struct _GstVideoSinkClass { GstElementClass parent_class; /* signals */ - void (*have_size) (GstVideoSink *element, gint width, gint height); + void (*have_video_size) (GstVideoSink *element, gint width, gint height); GST_CLASS_PADDING }; -- cgit v1.2.1