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:
Edgard Lima 2006-05-19 18:58:05 +00:00
parent 53ff9bc18a
commit 4e5f3fae24
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
* sys/v4l2/gstv4l2object.c:
* sys/v4l2/gstv4l2object.h:
* sys/v4l2/gstv4l2src.c:
* sys/v4l2/gstv4l2xoverlay.c:
Some clean-ups requested by wingo in bug #338818.
2006-05-19 Michael Smith <msmith@fluendo.com>

View file

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