diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-03-27 13:20:53 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-05-08 15:56:36 -0400 |
commit | 0488984f82c6add0bc3facdb80f35461595a247a (patch) | |
tree | 0c0767e760587c0fd862d4cb8e226f0e1b511354 /sys/v4l2/gstv4l2object.h | |
parent | f810196b3e6fd70df5507d7dfc5bc95ac5228ebf (diff) |
v4l2: Move propose allocation to v4l2object
Diffstat (limited to 'sys/v4l2/gstv4l2object.h')
-rw-r--r-- | sys/v4l2/gstv4l2object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 6bea091ae..39e9b5c9d 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -268,6 +268,9 @@ gboolean gst_v4l2_object_set_crop (GstV4l2Object * obj); gboolean gst_v4l2_object_decide_allocation (GstV4l2Object * v4l2object, GstQuery * query); +gboolean gst_v4l2_object_propose_allocation (GstV4l2Object * obj, + GstQuery * query); + GstStructure * gst_v4l2_object_v4l2fourcc_to_structure (guint32 fourcc); |