From a3a051705ad5963a61f667bf561947211adb6c97 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 10 May 2003 14:36:34 +0000 Subject: This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since... Original commit message from CVS: This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since they're no longer needed --- sys/v4l2/v4l2src_calls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/v4l2/v4l2src_calls.h') diff --git a/sys/v4l2/v4l2src_calls.h b/sys/v4l2/v4l2src_calls.h index 263d89a3..fceb5755 100644 --- a/sys/v4l2/v4l2src_calls.h +++ b/sys/v4l2/v4l2src_calls.h @@ -41,5 +41,10 @@ gboolean gst_v4l2src_capture_deinit (GstV4l2Src *v4l2src); gboolean gst_v4l2src_fill_format_list (GstV4l2Src *v4l2src); gboolean gst_v4l2src_empty_format_list (GstV4l2Src *v4l2src); +/* hacky */ +gboolean gst_v4l2src_get_size_limits (GstV4l2Src *v4l2src, + struct v4l2_fmtdesc *fmt, + gint *min_w, gint *max_w, + gint *min_h, gint *max_h); #endif /* __V4L2_SRC_CALLS_H__ */ -- cgit