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