wrappercamerabinsrc: pad probe ids are gulong
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 28 Sep 2012 02:22:37 +0000 (23:22 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 28 Sep 2012 02:22:37 +0000 (23:22 -0300)
Change variable to the correct type

gst/camerabin2/gstwrappercamerabinsrc.h

index 973348b6e9a9ead1ac580fa615391b82729da298..a9dbd2503c4694c3d56e7a27c29b396bc368a2a3 100644 (file)
@@ -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;