mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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
53ff9bc18a
commit
4e5f3fae24
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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