mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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 */
|
||||
KsVideoMediaType *media_type = NULL;
|
||||
guint width, height, fps_n, fps_d;
|
||||
gint width, height, fps_n, fps_d;
|
||||
HANDLE pin_handle = INVALID_HANDLE_VALUE;
|
||||
|
||||
/* Reset? */
|
||||
|
|
Loading…
Reference in a new issue