mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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/gprintf.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
#define GST_USE_UNSTABLE_API
|
||||
#include <gst/mpegts/mpegts.h>
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue