mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit
Original commit message from CVS: I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit
This commit is contained in:
parent
ea312722e9
commit
343fc544c5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ gst_v4l2_xoverlay_stop (GstV4l2Object * v4l2object)
|
|||
static gboolean
|
||||
idle_refresh (gpointer data)
|
||||
{
|
||||
GstV4l2Object *v4l2object = GST_V4L2OBJECT (data);
|
||||
GstV4l2Object *v4l2object = GST_V4L2_OBJECT (data);
|
||||
GstV4l2Xv *v4l2xv = v4l2object->xv;
|
||||
XWindowAttributes attr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue