mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fix a stupid mistake
Original commit message from CVS: Fix a stupid mistake
This commit is contained in:
parent
f119708012
commit
4b3c4b7766
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