diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2013-12-12 14:07:03 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-01-10 17:13:23 -0500 |
commit | 97cf8f4d170767f4f83ee24d19572cee7192c9b6 (patch) | |
tree | 9c37b23501526f175303f8c3379b38fb14377048 /sys/v4l2/gstv4l2object.h | |
parent | fdd7bcc78c8ba97f482c259ef5aae81efafa824b (diff) |
v4l2object: _v4l2fourcc_to_structure() can be static
This function is not used anymore outside v4l2object.
https://bugzilla.gnome.org/show_bug.cgi?id=720568
Diffstat (limited to 'sys/v4l2/gstv4l2object.h')
-rw-r--r-- | sys/v4l2/gstv4l2object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 9b44407f2..9dcc6eca0 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -256,8 +256,6 @@ GstCaps* gst_v4l2_object_get_raw_caps (void); GstCaps* gst_v4l2_object_get_codec_caps (void); -GstStructure* gst_v4l2_object_v4l2fourcc_to_structure (guint32 fourcc); - gboolean gst_v4l2_object_set_format (GstV4l2Object * v4l2object, GstCaps * caps); gboolean gst_v4l2_object_caps_equal (GstV4l2Object * v4l2object, GstCaps * caps); |