oops, another gtkism, changed GtkType to GType for filesrc

Original commit message from CVS:
oops, another gtkism, changed GtkType to GType for filesrc
This commit is contained in:
Erik Walthinsen 2001-08-29 00:24:26 +00:00
parent 362272b7cf
commit 6eee663d0f
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ struct _elements_entry {
};
extern GtkType gst_filesrc_get_type(void);
extern GType gst_filesrc_get_type(void);
extern GstElementDetails *gst_filesrc_details;

View file

@ -49,7 +49,7 @@ struct _elements_entry {
};
extern GtkType gst_filesrc_get_type(void);
extern GType gst_filesrc_get_type(void);
extern GstElementDetails *gst_filesrc_details;