summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2src_calls.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-10 14:36:34 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-05-10 14:36:34 +0000
commited779eaf85198383139c2cf354c93e9a661239eb (patch)
tree312486b4363e66156457f4a25a8e602a2069638e /sys/v4l2/v4l2src_calls.h
parent1bdef6b2a03c7210ff27f66aa330758d3d65fc8f (diff)
downloadgst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.tar.gz
gst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.tar.bz2
gst-plugins-bad-ed779eaf85198383139c2cf354c93e9a661239eb.zip
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
Diffstat (limited to 'sys/v4l2/v4l2src_calls.h')
-rw-r--r--sys/v4l2/v4l2src_calls.h5
1 files changed, 5 insertions, 0 deletions
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__ */