From bbf48697fbdf1c7b037c07d7876c3907336fd049 Mon Sep 17 00:00:00 2001 From: Lasse Laukkanen Date: Tue, 19 May 2009 16:58:36 +0300 Subject: [PATCH] camerabin: don't lose post processing element in first reset --- gst/camerabin/camerabinimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/camerabin/camerabinimage.c b/gst/camerabin/camerabinimage.c index 7c29922c04..99bf20b6c1 100644 --- a/gst/camerabin/camerabinimage.c +++ b/gst/camerabin/camerabinimage.c @@ -526,7 +526,6 @@ gst_camerabin_image_destroy_elements (GstCameraBinImage * img) gst_camerabin_remove_elements_from_bin (GST_BIN (img)); - img->post = NULL; img->tee = NULL; img->enc = NULL; img->meta_mux = NULL;