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