summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>2009-05-19 16:58:36 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-05 15:51:31 +0300
commitbbf48697fbdf1c7b037c07d7876c3907336fd049 (patch)
treec6539b3eb1b13067c94112f46aa3e515a165ac6b /gst
parent683b72a5fe0c26178855840cc1d0097df5389cc7 (diff)
downloadgst-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
Diffstat (limited to 'gst')
-rw-r--r--gst/camerabin/camerabinimage.c1
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;