mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer needed
This commit is contained in:
parent
8a3bdca78d
commit
5101adf740
2 changed files with 0 additions and 8 deletions
|
@ -33,10 +33,6 @@
|
|||
#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 <string.h>
|
||||
|
||||
#include <gst/video/video.h>
|
||||
|
|
|
@ -115,10 +115,6 @@
|
|||
* and if it exceeds the recorded one, save it and emit a GST_MESSAGE_LATENCY
|
||||
*/
|
||||
|
||||
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
|
||||
* with newer GLib versions (>= 2.31.0) */
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include "gstvideoencoder.h"
|
||||
#include "gstvideoutils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue