summaryrefslogtreecommitdiff
path: root/gst/camerabin2/camerabingeneral.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/camerabin2/camerabingeneral.c')
-rw-r--r--gst/camerabin2/camerabingeneral.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/camerabin2/camerabingeneral.c b/gst/camerabin2/camerabingeneral.c
index 26edc12d0..2f5bd05b1 100644
--- a/gst/camerabin2/camerabingeneral.c
+++ b/gst/camerabin2/camerabingeneral.c
@@ -375,6 +375,8 @@ gst_camerabin_create_preview_pipeline (GstElement * element,
gst_app_sink_set_callbacks ((GstAppSink *) data->appsink, &callbacks, data,
NULL);
+ g_object_set (data->appsink, "sync", FALSE, NULL);
+
data->element = element;
data->filter = filter;