flacenc: remove extraneous _unref

... since we did not obtain a buffer ref from the GstSample.
This commit is contained in:
Mark Nauwelaerts 2012-07-27 11:25:49 +02:00
parent 7c94509243
commit e31bfd6ddb

View file

@ -559,7 +559,6 @@ gst_flac_enc_set_metadata (GstFlacEnc * flacenc, guint64 total_samples)
gst_caps_unref (caps); gst_caps_unref (caps);
#endif #endif
gst_buffer_unref (buffer);
gst_sample_unref (sample); gst_sample_unref (sample);
entries++; entries++;
} }