]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commit
Work around deprecated thread API in glib master
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 12 Dec 2011 11:33:31 +0000 (11:33 +0000)
committerNikhil Devshatwar <a0132237@ti.com>
Fri, 17 May 2013 09:40:49 +0000 (15:10 +0530)
commita2e64fa16e94e65bfeb80a23afe7e3193c212575
tree75bd4f4a9762fd43a9dd2d4674b05a657cbb8ddd
parent8fdbf481d16e2e961a46607f6b18164cb95b687e
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.

Suppress deprecation warnings in selected files, mostly for
g_static_rec_mutex_*. StaticRecMutex is part of our API/ABI,
not much we can do here in 0.10.
gst-libs/gst/Makefile.am
gst-libs/gst/glib-compat-private.h [new file with mode: 0644]
gst/asfdemux/gstasfdemux.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/realmedia/rademux.c
gst/realmedia/rdtmanager.c
gst/realmedia/rmdemux.c