v4l2object: make IO_MODE enum public

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
This commit is contained in:
Nicolas Dufresne 2013-11-28 16:59:59 -05:00
parent 203e245134
commit 7fd6dc08b9
2 changed files with 4 additions and 2 deletions

View file

@ -386,8 +386,7 @@ gst_v4l2_tv_norm_get_type (void)
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;

View file

@ -69,6 +69,9 @@ typedef struct _GstV4l2Xv GstV4l2Xv;
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 {