From e31bfd6ddb8c157169686a72ff1cd13c27e9e87f Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 27 Jul 2012 11:25:49 +0200 Subject: [PATCH] flacenc: remove extraneous _unref ... since we did not obtain a buffer ref from the GstSample. --- ext/flac/gstflacenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index ed4f233c87..116c3ba570 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -559,7 +559,6 @@ gst_flac_enc_set_metadata (GstFlacEnc * flacenc, guint64 total_samples) gst_caps_unref (caps); #endif - gst_buffer_unref (buffer); gst_sample_unref (sample); entries++; }