mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 18:01:31 +00:00
Fix a stupid mistake
Original commit message from CVS: Fix a stupid mistake
This commit is contained in:
parent
0ffc5d6a40
commit
ba10cbca9d
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ struct _GstVideoSinkClass {
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
|
|
||||||
/* signals */
|
/* signals */
|
||||||
void (*have_size) (GstVideoSink *element, gint width, gint height);
|
void (*have_video_size) (GstVideoSink *element, gint width, gint height);
|
||||||
|
|
||||||
GST_CLASS_PADDING
|
GST_CLASS_PADDING
|
||||||
};
|
};
|
||||||
|
|
|
@ -63,7 +63,7 @@ struct _GstVideoSinkClass {
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
|
|
||||||
/* signals */
|
/* signals */
|
||||||
void (*have_size) (GstVideoSink *element, gint width, gint height);
|
void (*have_video_size) (GstVideoSink *element, gint width, gint height);
|
||||||
|
|
||||||
GST_CLASS_PADDING
|
GST_CLASS_PADDING
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue