camerabin: don't lose post processing element in first reset

This commit is contained in:
Lasse Laukkanen 2009-05-19 16:58:36 +03:00 committed by Stefan Kost
parent 683b72a5fe
commit bbf48697fb

View file

@ -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;