mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
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:
parent
530a7537cf
commit
dec9c8c385
1 changed files with 0 additions and 1 deletions
|
@ -2675,7 +2675,6 @@ gst_omx_video_enc_handle_frame (GstVideoEncoder * encoder,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now handle the frame */
|
/* Now handle the frame */
|
||||||
GST_DEBUG_OBJECT (self, "Handling frame");
|
|
||||||
|
|
||||||
if (GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME (frame)) {
|
if (GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME (frame)) {
|
||||||
#ifdef USE_OMX_TARGET_RPI
|
#ifdef USE_OMX_TARGET_RPI
|
||||||
|
|
Loading…
Reference in a new issue