v4l2: add missing G_END_DECLS
authorMichael Jones <michael.jones@matrix-vision.de>
Thu, 31 May 2012 08:15:43 +0000 (10:15 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 31 May 2012 11:13:45 +0000 (13:13 +0200)
G_BEGIN_DECLS didn't have matching G_END_DECLS

https://bugzilla.gnome.org/show_bug.cgi?id=677165

sys/v4l2/gstv4l2colorbalance.h
sys/v4l2/gstv4l2vidorient.h

index 7bf47e1..cd720a4 100644 (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__ */
index bf3736f..41da501 100644 (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__ */