mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
v4l2object: _v4l2fourcc_to_structure() can be static
This function is not used anymore outside v4l2object. https://bugzilla.gnome.org/show_bug.cgi?id=720568
This commit is contained in:
parent
fdd7bcc78c
commit
97cf8f4d17
2 changed files with 1 additions and 3 deletions
|
@ -1446,7 +1446,7 @@ gst_v4l2_object_v4l2fourcc_to_video_format (guint32 fourcc)
|
|||
return format;
|
||||
}
|
||||
|
||||
GstStructure *
|
||||
static GstStructure *
|
||||
gst_v4l2_object_v4l2fourcc_to_structure (guint32 fourcc)
|
||||
{
|
||||
GstStructure *structure = NULL;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue