summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-01-18 14:57:42 +0200
committerStefan Kost <ensonic@users.sf.net>2010-01-18 14:57:42 +0200
commit30b2cd42c5eacff68436cdecfe83e9c3cb5ba5e5 (patch)
tree617aab8e53fdaf266a0edd022866a43d2b806519
parente789d2253fb44d3d46d6f3788963de0643ec9d8f (diff)
v4l2: move G_END_DECLS to the end
-rw-r--r--sys/v4l2/gstv4l2bufferpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2bufferpool.h b/sys/v4l2/gstv4l2bufferpool.h
index fc2d505b5..70ab082f7 100644
--- a/sys/v4l2/gstv4l2bufferpool.h
+++ b/sys/v4l2/gstv4l2bufferpool.h
@@ -78,8 +78,6 @@ struct _GstV4l2Buffer {
GstV4l2BufferPool *pool;
};
-G_END_DECLS
-
void gst_v4l2_buffer_pool_destroy (GstV4l2BufferPool * pool);
GstV4l2BufferPool *gst_v4l2_buffer_pool_new (GstElement *v4l2elem, gint fd, gint num_buffers, GstCaps * caps, gboolean requeuebuf, enum v4l2_buf_type type);
@@ -94,4 +92,6 @@ gint gst_v4l2_buffer_pool_available_buffers (GstV4l2BufferPool *pool);
#define GST_V4L2_BUFFER_POOL_LOCK(pool) g_mutex_lock ((pool)->lock)
#define GST_V4L2_BUFFER_POOL_UNLOCK(pool) g_mutex_unlock ((pool)->lock)
+G_END_DECLS
+
#endif /* __GSTV4L2BUFFER_H__ */