flacdec: clean up obsolete log statement
This commit is contained in:
parent
69002aa24f
commit
5550d8bc6f
@ -630,7 +630,6 @@ gst_flac_dec_write (GstFlacDec * flacdec, const FLAC__Frame * frame,
|
|||||||
&flacdec->info);
|
&flacdec->info);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_LOG_OBJECT (flacdec, "alloc_buffer_and_set_caps");
|
|
||||||
outbuf =
|
outbuf =
|
||||||
gst_buffer_new_allocate (NULL, samples * channels * (width / 8), NULL);
|
gst_buffer_new_allocate (NULL, samples * channels * (width / 8), NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user