mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
schroenc: remove GST_ERROR
This commit is contained in:
parent
e8af6da24a
commit
43a66f4ea1
1 changed files with 0 additions and 1 deletions
|
@ -516,7 +516,6 @@ gst_schro_enc_handle_frame (GstBaseVideoEncoder * base_video_encoder,
|
||||||
GST_DEBUG ("granule offset %" G_GINT64_FORMAT, schro_enc->granule_offset);
|
GST_DEBUG ("granule offset %" G_GINT64_FORMAT, schro_enc->granule_offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_ERROR ("sink buffer %p", frame->sink_buffer);
|
|
||||||
schro_frame = gst_schro_buffer_wrap (gst_buffer_ref (frame->sink_buffer),
|
schro_frame = gst_schro_buffer_wrap (gst_buffer_ref (frame->sink_buffer),
|
||||||
state->format, state->width, state->height);
|
state->format, state->width, state->height);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue