Fix a stupid mistake
Original commit message from CVS: Fix a stupid mistake
This commit is contained in:
parent
0ffc5d6a40
commit
ba10cbca9d
@ -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…
x
Reference in New Issue
Block a user