mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst: suppress some more deprecated thread api until we fix it up
Which should be soon, since we already depend on an unstable glib for -base.
This commit is contained in:
parent
75eb4fe968
commit
10d901291e
3 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
|
||||||
|
* with newer GLib versions (>= 2.31.0) */
|
||||||
|
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "glib-compat-private.h"
|
#include "glib-compat-private.h"
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,13 @@
|
||||||
* Last reviewed on 2011-06-08 (0.11.0)
|
* Last reviewed on 2011-06-08 (0.11.0)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
|
||||||
|
* with newer GLib versions (>= 2.31.0) */
|
||||||
|
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "gstmemory.h"
|
#include "gstmemory.h"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,9 @@
|
||||||
*
|
*
|
||||||
* Last reviewed on December 17th, 2009 (0.10.26)
|
* Last reviewed on December 17th, 2009 (0.10.26)
|
||||||
*/
|
*/
|
||||||
|
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
|
||||||
|
* with newer GLib versions (>= 2.31.0) */
|
||||||
|
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
|
||||||
#include "gstbuffer.h"
|
#include "gstbuffer.h"
|
||||||
|
|
Loading…
Reference in a new issue