v4l2: Add forward declaration for gst_v4l2_object_get_format_list

This commit is contained in:
Olivier Crête 2013-08-19 13:19:42 -04:00
parent 48caa1712a
commit d595c08aca

View file

@ -73,6 +73,8 @@ enum
V4L2_STD_OBJECT_PROPS,
};
static GSList *gst_v4l2_object_get_format_list (GstV4l2Object * v4l2object);
#if 0
G_LOCK_DEFINE_STATIC (probe_lock);