ges-pipeline: Don't unref buffer obtained from a GstSample

https://bugzilla.gnome.org/show_bug.cgi?id=707914
This commit is contained in:
Kishore Arepalli 2013-09-12 09:05:51 +02:00 committed by Sebastian Dröge
parent 667b33cb96
commit 6c993d36ba

View file

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