mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
Typo fix
Original commit message from CVS: Typo fix
This commit is contained in:
parent
a3890ba90c
commit
6a8d34959f
2 changed files with 2 additions and 2 deletions
|
@ -828,7 +828,7 @@ gst_v4lsrc_set_clock (GstElement *element,
|
|||
|
||||
|
||||
gboolean
|
||||
gst_v4lsrc_init_init (GstPlugin *plugin)
|
||||
gst_v4lsrc_factory_init (GstPlugin *plugin)
|
||||
{
|
||||
GstElementFactory *factory;
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ struct _GstV4lSrcClass {
|
|||
|
||||
GType gst_v4lsrc_get_type(void);
|
||||
|
||||
gboolean gst_v4lsrc_init_init (GstPlugin *plugin);
|
||||
gboolean gst_v4lsrc_factory_init (GstPlugin *plugin);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue