diff options
Diffstat (limited to 'gst-libs/gst/video/gstvideosink.h')
-rw-r--r-- | gst-libs/gst/video/gstvideosink.h | 2 |
1 files changed, 1 insertions, 1 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 }; |