omxvideoenc: remove duplicated debug message

We already have the exact same message at the beginning of
gst_omx_video_enc_handle_frame(). Having it twice is confusing when
reading/grepping logs.

I kept the earlier one to keep the symetry with
gst_omx_video_dec_handle_frame().

https://bugzilla.gnome.org/show_bug.cgi?id=794897
This commit is contained in:
Guillaume Desmottes 2018-04-02 15:14:51 +02:00
parent 530a7537cf
commit dec9c8c385

View file

@ -2675,7 +2675,6 @@ gst_omx_video_enc_handle_frame (GstVideoEncoder * encoder,
}
/* Now handle the frame */
GST_DEBUG_OBJECT (self, "Handling frame");
if (GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME (frame)) {
#ifdef USE_OMX_TARGET_RPI