From 21269abc944499623807ee22e56a288af5a84757 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Wed, 19 Nov 2003 22:59:53 +0000 Subject: [PATCH] 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 3fd37d7..5e829b1 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 3fd37d7..5e829b1 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 }; -- 2.7.4