tsdemux: fix glib deprecation

This commit is contained in:
Thibault Saunier 2012-02-16 09:54:24 -03:00
parent 39bad1d6ca
commit adc947e127

View file

@ -24,6 +24,11 @@
#include <string.h>
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "mpegtspacketizer.h"
#include "gstmpegdesc.h"