This is to allow adding a second io-mode property on M2M device like decoder so
input and output can be controlled separatly.
https://bugzilla.gnome.org/show_bug.cgi?id=720568
return v4l2_tv_norm;
}
-#define GST_TYPE_V4L2_IO_MODE (gst_v4l2_io_mode_get_type ())
-static GType
+GType
gst_v4l2_io_mode_get_type (void)
{
static GType v4l2_io_mode = 0;
G_BEGIN_DECLS
+#define GST_TYPE_V4L2_IO_MODE (gst_v4l2_io_mode_get_type ())
+GType gst_v4l2_io_mode_get_type (void);
+
#define GST_V4L2_OBJECT(obj) (GstV4l2Object *)(obj)
typedef enum {