Fix a stupid mistake
Original commit message from CVS: Fix a stupid mistake
This commit is contained in:
parent
f119708012
commit
4b3c4b7766
@ -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
|
||||
};
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user