diff options
Diffstat (limited to 'sys/v4l2/gstv4l2object.h')
-rw-r--r-- | sys/v4l2/gstv4l2object.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 9c0c51e4..34470739 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -82,12 +82,12 @@ struct _GstV4l2Object { /* lists... */ GList *colors; - GList *stds; - GList *inputs; + GList *norms; + GList *channels; /* properties */ - gchar *std; - gchar *input; + gchar *norm; + gchar *channel; gulong frequency; /* X-overlay */ @@ -111,8 +111,8 @@ GType gst_v4l2_object_get_type(void); PROP_DEVICE, \ PROP_DEVICE_NAME, \ PROP_FLAGS, \ - PROP_STD, \ - PROP_INPUT, \ + PROP_NORM, \ + PROP_CHANNEL, \ PROP_FREQUENCY |