diff options
author | Lasse Laukkanen <ext-lasse.2.laukkanen@nokia.com> | 2009-05-19 16:58:36 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-06-05 15:51:31 +0300 |
commit | bbf48697fbdf1c7b037c07d7876c3907336fd049 (patch) | |
tree | c6539b3eb1b13067c94112f46aa3e515a165ac6b | |
parent | 683b72a5fe0c26178855840cc1d0097df5389cc7 (diff) | |
download | gst-plugins-bad-bbf48697fbdf1c7b037c07d7876c3907336fd049.tar.gz gst-plugins-bad-bbf48697fbdf1c7b037c07d7876c3907336fd049.tar.bz2 gst-plugins-bad-bbf48697fbdf1c7b037c07d7876c3907336fd049.zip |
camerabin: don't lose post processing element in first reset
-rw-r--r-- | gst/camerabin/camerabinimage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/camerabin/camerabinimage.c b/gst/camerabin/camerabinimage.c index 7c29922c..99bf20b6 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; |