mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
applemedia: suppress warnings for deprecated glib API
This commit is contained in:
parent
87e053386a
commit
1870a4d58b
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/* FIXME 1.x: suppress warnings for deprecated API such as GStaticRecMutex
|
||||
* with newer GLib versions (>= 2.31.0) */
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include "miovideosrc.h"
|
||||
|
||||
#include "coremediabuffer.h"
|
||||
|
|
Loading…
Reference in a new issue