mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
v4l2: Add forward declaration for gst_v4l2_object_get_format_list
This commit is contained in:
parent
48caa1712a
commit
d595c08aca
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ enum
|
||||||
V4L2_STD_OBJECT_PROPS,
|
V4L2_STD_OBJECT_PROPS,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static GSList *gst_v4l2_object_get_format_list (GstV4l2Object * v4l2object);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
G_LOCK_DEFINE_STATIC (probe_lock);
|
G_LOCK_DEFINE_STATIC (probe_lock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue