From 50ec7129bb82581377f9200e091c0be6c134f125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 24 Mar 2017 14:21:30 +0200 Subject: [PATCH] queuearray: Add G_BEGIN_DECLS and G_END_DECLS to make it usable from C++ code --- libs/gst/base/gstqueuearray.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/gst/base/gstqueuearray.h b/libs/gst/base/gstqueuearray.h index 7c9446209c..917c65d241 100644 --- a/libs/gst/base/gstqueuearray.h +++ b/libs/gst/base/gstqueuearray.h @@ -24,6 +24,8 @@ #ifndef __GST_QUEUE_ARRAY_H__ #define __GST_QUEUE_ARRAY_H__ +G_BEGIN_DECLS + /** * GstQueueArray: (skip) */ @@ -66,4 +68,6 @@ gboolean gst_queue_array_drop_struct (GstQueueArray * array, guint idx, gpointer p_struct); +G_END_DECLS + #endif