summaryrefslogtreecommitdiff
path: root/gst/gstelement.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-04 13:35:38 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-04 13:35:38 +0000
commit5889260d5a68ca13b2fb8ad22c7abb8063964e06 (patch)
tree163139b53cdc1ec5cb2c0baa4d0248fb8c73c827 /gst/gstelement.c
parenta8b79513c14f71a5cd39e92dadfd3dbba2bb9993 (diff)
downloadgstreamer-5889260d5a68ca13b2fb8ad22c7abb8063964e06.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 can't change most of these in 0.10 because they're part of our API and ABI.
Diffstat (limited to 'gst/gstelement.c')
-rw-r--r--gst/gstelement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstelement.c b/gst/gstelement.c
index afa25b9d37..6577428d70 100644
--- a/gst/gstelement.c
+++ b/gst/gstelement.c
@@ -95,6 +95,7 @@
#include "gstinfo.h"
#include "gstvalue.h"
#include "gst-i18n-lib.h"
+#include "glib-compat-private.h"
/* Element signals and args */
enum