v4l: include the glib compatiblity header for the deprecated mutex API
This commit is contained in:
parent
629d734e83
commit
bf82cc10c5
@ -32,6 +32,7 @@
|
||||
#include <X11/extensions/Xv.h>
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
#include <gst/glib-compat-private.h>
|
||||
#include "gstv4lxoverlay.h"
|
||||
#include "gstv4lelement.h"
|
||||
#include "v4l_calls.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <gst/gst.h>
|
||||
#include <gst/interfaces/tuner.h>
|
||||
#include <gst/interfaces/colorbalance.h>
|
||||
#include <gst/glib-compat-private.h>
|
||||
|
||||
#include "v4l_calls.h"
|
||||
#include "gstv4ltuner.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <errno.h>
|
||||
#include "v4lsrc_calls.h"
|
||||
#include <sys/time.h>
|
||||
#include <gst/glib-compat-private.h>
|
||||
|
||||
/* number of buffers to be queued *at least* before syncing */
|
||||
#define MIN_BUFFERS_QUEUED 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user