mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
camerabin: don't lose post processing element in first reset
This commit is contained in:
parent
683b72a5fe
commit
bbf48697fb
1 changed files with 0 additions and 1 deletions
|
@ -526,7 +526,6 @@ gst_camerabin_image_destroy_elements (GstCameraBinImage * img)
|
||||||
|
|
||||||
gst_camerabin_remove_elements_from_bin (GST_BIN (img));
|
gst_camerabin_remove_elements_from_bin (GST_BIN (img));
|
||||||
|
|
||||||
img->post = NULL;
|
|
||||||
img->tee = NULL;
|
img->tee = NULL;
|
||||||
img->enc = NULL;
|
img->enc = NULL;
|
||||||
img->meta_mux = NULL;
|
img->meta_mux = NULL;
|
||||||
|
|
Loading…
Reference in a new issue