From 6c993d36ba5a838bb1f2a09d1ed1e55cf3e45ac3 Mon Sep 17 00:00:00 2001 From: Kishore Arepalli Date: Thu, 12 Sep 2013 09:05:51 +0200 Subject: [PATCH] ges-pipeline: Don't unref buffer obtained from a GstSample https://bugzilla.gnome.org/show_bug.cgi?id=707914 --- ges/ges-pipeline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ges/ges-pipeline.c b/ges/ges-pipeline.c index a6d84fd..bfd8dd3 100644 --- a/ges/ges-pipeline.c +++ b/ges/ges-pipeline.c @@ -1102,7 +1102,6 @@ ges_pipeline_save_thumbnail (GESPipeline * self, int width, int gst_caps_unref (caps); gst_buffer_unmap (b, &map_info); - gst_buffer_unref (b); gst_sample_unref (sample); return res; -- 2.7.4