Skip to content

Instantly share code, notes, and snippets.

@ndufresne
Created July 9, 2014 16:49
Show Gist options
  • Save ndufresne/8b067165a88a18b9e277 to your computer and use it in GitHub Desktop.
Save ndufresne/8b067165a88a18b9e277 to your computer and use it in GitHub Desktop.
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c
index 73670e7..1cb9005 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.c
+++ b/gst/camerabin2/gstwrappercamerabinsrc.c
@@ -571,8 +571,8 @@ gst_wrapper_camera_bin_src_construct_pipeline (GstBaseCameraSrc * bcamsrc)
* to recalculate the zoom properties when these caps change and to
* propagate the caps to the second capsfilter */
src_caps_src_pad = gst_element_get_static_pad (self->src_filter, "src");
- g_signal_connect (src_caps_src_pad, "notify::caps",
- G_CALLBACK (gst_wrapper_camera_bin_src_caps_cb), self);
+ //g_signal_connect (src_caps_src_pad, "notify::caps",
+ // G_CALLBACK (gst_wrapper_camera_bin_src_caps_cb), self);
gst_object_unref (src_caps_src_pad);
if (!(self->src_zoom_crop =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment