mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
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:
parent
362272b7cf
commit
6eee663d0f
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue