From c6fd3b070b39580d1cefdae7808d452513473a2a Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 27 Sep 2012 23:22:37 -0300 Subject: [PATCH] wrappercamerabinsrc: pad probe ids are gulong Change variable to the correct type --- gst/camerabin2/gstwrappercamerabinsrc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin2/gstwrappercamerabinsrc.h b/gst/camerabin2/gstwrappercamerabinsrc.h index 973348b6e9..a9dbd2503c 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.h +++ b/gst/camerabin2/gstwrappercamerabinsrc.h @@ -83,7 +83,7 @@ struct _GstWrapperCameraBinSrc gboolean elements_created; - guint src_event_probe_id; + gulong src_event_probe_id; GstPad *outsel_imgpad; GstPad *outsel_vidpad;