mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
wrappercamerabinsrc: pad probe ids are gulong
Change variable to the correct type
This commit is contained in:
parent
efd14946fd
commit
c6fd3b070b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ struct _GstWrapperCameraBinSrc
|
||||||
|
|
||||||
gboolean elements_created;
|
gboolean elements_created;
|
||||||
|
|
||||||
guint src_event_probe_id;
|
gulong src_event_probe_id;
|
||||||
|
|
||||||
GstPad *outsel_imgpad;
|
GstPad *outsel_imgpad;
|
||||||
GstPad *outsel_vidpad;
|
GstPad *outsel_vidpad;
|
||||||
|
|
Loading…
Reference in a new issue