mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
schroenc: quiet debugging message in last commit
This commit is contained in:
parent
5dd461d3fc
commit
85eb7ce8f4
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ gst_schro_enc_handle_frame (GstBaseVideoEncoder * base_video_encoder,
|
||||||
schro_enc->granule_offset =
|
schro_enc->granule_offset =
|
||||||
gst_util_uint64_scale (frame->presentation_timestamp,
|
gst_util_uint64_scale (frame->presentation_timestamp,
|
||||||
2 * state->fps_n, GST_SECOND * state->fps_d);
|
2 * state->fps_n, GST_SECOND * state->fps_d);
|
||||||
GST_ERROR ("granule offset %lld", schro_enc->granule_offset);
|
GST_DEBUG ("granule offset %lld", schro_enc->granule_offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
schro_frame = gst_schro_buffer_wrap (frame->sink_buffer,
|
schro_frame = gst_schro_buffer_wrap (frame->sink_buffer,
|
||||||
|
|
Loading…
Reference in a new issue