mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
parent
5da5fef960
commit
06b62e00ae
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ gst_voaacenc_handle_frame (GstAudioEncoder * benc, GstBuffer * buf)
|
||||||
goto encode_failed;
|
goto encode_failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_LOG_OBJECT (voaacenc, "encoded to %" G_GSIZE_FORMAT " bytes",
|
GST_LOG_OBJECT (voaacenc, "encoded to %lu bytes",
|
||||||
output.Length);
|
output.Length);
|
||||||
gst_buffer_unmap (buf, &map);
|
gst_buffer_unmap (buf, &map);
|
||||||
gst_buffer_unmap (out, &omap);
|
gst_buffer_unmap (out, &omap);
|
||||||
|
|
Loading…
Reference in a new issue