v4l2object: Add a method to try and import buffers
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / gstv4l2tuner.h
index 3556502..5105657 100644 (file)
@@ -1,7 +1,7 @@
 /* GStreamer
  *
  * Copyright (C) 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
- *               2006 Edgard Lima <edgard.lima@indt.org.br>
+ *               2006 Edgard Lima <edgard.lima@gmail.com>
  *
  * gstv4l2tuner.h: tuner interface implementation for V4L2
  *
@@ -195,4 +195,6 @@ interface_as_function ## _tuner_interface_init (GstTunerInterface * iface)
   iface->signal_strength = interface_as_function ## _tuner_signal_strength;           \
 }                                                                                     \
 
+G_END_DECLS
+
 #endif /* __GST_V4L2_TUNER_H__ */