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:
Michael Jones 2012-05-31 10:15:43 +02:00 committed by Sebastian Dröge
parent 162164cb3e
commit fa95cec825
2 changed files with 2 additions and 0 deletions

View file

@ -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__ */

View file

@ -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__ */