mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
v4l: include the glib compatiblity header for the deprecated mutex API
This commit is contained in:
parent
629d734e83
commit
bf82cc10c5
3 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue