Fix a stupid mistake

Original commit message from CVS:
Fix a stupid mistake
This commit is contained in:
Julien Moutte 2003-11-19 22:59:53 +00:00
parent 0ffc5d6a40
commit ba10cbca9d
2 changed files with 2 additions and 2 deletions

View file

@ -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
};

View file

@ -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
};