schroenc: remove GST_ERROR

This commit is contained in:
David Schleef 2012-02-20 18:43:51 -08:00
parent e8af6da24a
commit 43a66f4ea1

View file

@ -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_ERROR ("sink buffer %p", frame->sink_buffer);
schro_frame = gst_schro_buffer_wrap (gst_buffer_ref (frame->sink_buffer),
state->format, state->width, state->height);