mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
winks: fix types
This commit is contained in:
parent
97a95c9cba
commit
71c1a0e999
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ gst_ks_video_device_set_caps (GstKsVideoDevice * self, GstCaps * caps)
|
||||||
|
|
||||||
/* State to be committed on success */
|
/* State to be committed on success */
|
||||||
KsVideoMediaType *media_type = NULL;
|
KsVideoMediaType *media_type = NULL;
|
||||||
guint width, height, fps_n, fps_d;
|
gint width, height, fps_n, fps_d;
|
||||||
HANDLE pin_handle = INVALID_HANDLE_VALUE;
|
HANDLE pin_handle = INVALID_HANDLE_VALUE;
|
||||||
|
|
||||||
/* Reset? */
|
/* Reset? */
|
||||||
|
|
Loading…
Reference in a new issue