summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2src_calls.h
diff options
context:
space:
mode:
authorAlexander Eichner <alexeichi@yahoo.de>2007-07-18 11:42:33 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-18 11:42:33 +0000
commite547bc5595c06733b7e95f5e404b247590b7925d (patch)
treea887b2dd8f94620b1720adfeaed8c0406900c1c4 /sys/v4l2/v4l2src_calls.h
parent0dd484d90021c410583e76cc38d390e72d170302 (diff)
sys/v4l2/gstv4l2src.c: Use define here.
Original commit message from CVS: Patch by: Alexander Eichner <alexeichi@yahoo.de> * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init): Use define here. * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_frequency_and_notify): Don't touch the property - its still disabled. * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits): * sys/v4l2/v4l2src_calls.h: Improve fallback format negotionation. Fixes #451388
Diffstat (limited to 'sys/v4l2/v4l2src_calls.h')
-rw-r--r--sys/v4l2/v4l2src_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2src_calls.h b/sys/v4l2/v4l2src_calls.h
index 450ea1af..139d1f03 100644
--- a/sys/v4l2/v4l2src_calls.h
+++ b/sys/v4l2/v4l2src_calls.h
@@ -48,7 +48,7 @@ GstCaps* gst_v4l2src_probe_caps_for_format (GstV4l2Src * v4l2src, guint32 pixe
const GstStructure *template);
gboolean gst_v4l2src_get_size_limits (GstV4l2Src * v4l2src,
- struct v4l2_fmtdesc *fmt,
+ guint32 pixelformat,
gint * min_w, gint * max_w,
gint * min_h, gint * max_h);