mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
tsparses: Define GST_USE_UNSTABLE_API
This example is entirely based on unstable API, this avoids the expected compilation warning.
This commit is contained in:
parent
47fd4d391e
commit
25dee2f2cb
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
#define GST_USE_UNSTABLE_API
|
||||||
#include <gst/mpegts/mpegts.h>
|
#include <gst/mpegts/mpegts.h>
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue