summaryrefslogtreecommitdiff
path: root/gst/videobox
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-12 02:30:45 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-12 09:46:27 +0000
commit66f6e1288845ab21787b1fcd4605a90a5b552bb8 (patch)
treefb69273216e5e34a9982c15a2fd12039c9282f07 /gst/videobox
parente94186241b04b9208f41dd804662781c06e005f5 (diff)
downloadgstreamer-plugins-good-66f6e1288845ab21787b1fcd4605a90a5b552bb8.tar.gz
Work around deprecated thread API in glib master
Add private replacements for deprecated functions such as g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly to avoid the deprecation warnings. We'll change these over to the new API once we depend on glib >= 2.32.
Diffstat (limited to 'gst/videobox')
-rw-r--r--gst/videobox/gstvideobox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c
index 691c5f123..9d311840b 100644
--- a/gst/videobox/gstvideobox.c
+++ b/gst/videobox/gstvideobox.c
@@ -66,6 +66,8 @@
#include <gst/controller/gstcontroller.h>
+#include "gst/glib-compat-private.h"
+
GST_DEBUG_CATEGORY_STATIC (videobox_debug);
#define GST_CAT_DEFAULT videobox_debug