mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
flacdec: clean up obsolete log statement
This commit is contained in:
parent
69002aa24f
commit
5550d8bc6f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue