mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
v4l2: add missing G_END_DECLS
G_BEGIN_DECLS didn't have matching G_END_DECLS https://bugzilla.gnome.org/show_bug.cgi?id=677165
This commit is contained in:
parent
162164cb3e
commit
fa95cec825
2 changed files with 2 additions and 0 deletions
|
@ -106,4 +106,5 @@ interface_as_function ## _color_balance_interface_init (GstColorBalanceInterface
|
|||
iface->get_balance_type = interface_as_function ## _color_balance_get_balance_type; \
|
||||
} \
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_V4L2_COLOR_BALANCE_H__ */
|
||||
|
|
|
@ -114,4 +114,5 @@ gboolean gst_v4l2_video_orientation_set_vcenter (GstV4l2Object *v4l2object, gint
|
|||
iface->set_vcenter = interface_as_function ## _video_orientation_set_vcenter; \
|
||||
}
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* __GST_V4L2_VIDORIENT_H__ */
|
||||
|
|
Loading…
Reference in a new issue