summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2012-09-27 23:22:37 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2012-09-27 23:22:37 -0300
commitc6fd3b070b39580d1cefdae7808d452513473a2a (patch)
treeba5111d3f3825fe66b798a14fcb493bc233ae2b1
parentefd14946fd8bb4765c61b6ca02029241a7decee2 (diff)
downloadgstreamer-plugins-bad-c6fd3b070b39580d1cefdae7808d452513473a2a.tar.gz
wrappercamerabinsrc: pad probe ids are gulong
Change variable to the correct type
-rw-r--r--gst/camerabin2/gstwrappercamerabinsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.h b/gst/camerabin2/gstwrappercamerabinsrc.h
index 973348b6e..a9dbd2503 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;