v4l: include the glib compatiblity header for the deprecated mutex API

This commit is contained in:
Vincent Penquerc'h 2012-01-27 13:52:30 +00:00
parent 629d734e83
commit bf82cc10c5
3 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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