flacdec: clean up obsolete log statement

This commit is contained in:
Mark Nauwelaerts 2012-03-28 14:46:03 +02:00
parent 69002aa24f
commit 5550d8bc6f

View file

@ -630,7 +630,6 @@ gst_flac_dec_write (GstFlacDec * flacdec, const FLAC__Frame * frame,
&flacdec->info);
}
GST_LOG_OBJECT (flacdec, "alloc_buffer_and_set_caps");
outbuf =
gst_buffer_new_allocate (NULL, samples * channels * (width / 8), NULL);