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
53ff9bc18a
commit
4e5f3fae24
@ -4,6 +4,7 @@
|
|||||||
* sys/v4l2/gstv4l2object.c:
|
* sys/v4l2/gstv4l2object.c:
|
||||||
* sys/v4l2/gstv4l2object.h:
|
* sys/v4l2/gstv4l2object.h:
|
||||||
* sys/v4l2/gstv4l2src.c:
|
* sys/v4l2/gstv4l2src.c:
|
||||||
|
* sys/v4l2/gstv4l2xoverlay.c:
|
||||||
Some clean-ups requested by wingo in bug #338818.
|
Some clean-ups requested by wingo in bug #338818.
|
||||||
|
|
||||||
2006-05-19 Michael Smith <msmith@fluendo.com>
|
2006-05-19 Michael Smith <msmith@fluendo.com>
|
||||||
|
@ -172,7 +172,7 @@ gst_v4l2_xoverlay_stop (GstV4l2Object * v4l2object)
|
|||||||
static gboolean
|
static gboolean
|
||||||
idle_refresh (gpointer data)
|
idle_refresh (gpointer data)
|
||||||
{
|
{
|
||||||
GstV4l2Object *v4l2object = GST_V4L2OBJECT (data);
|
GstV4l2Object *v4l2object = GST_V4L2_OBJECT (data);
|
||||||
GstV4l2Xv *v4l2xv = v4l2object->xv;
|
GstV4l2Xv *v4l2xv = v4l2object->xv;
|
||||||
XWindowAttributes attr;
|
XWindowAttributes attr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user