mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
codecs: h264decoder: Remove DPB size related spammy debug message
It's not informative at all if SPS wasn't updated. Also we are printing DPB size related debug message in another place already. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1806>
This commit is contained in:
parent
c969239c7c
commit
227456d240
1 changed files with 0 additions and 2 deletions
|
@ -1806,8 +1806,6 @@ gst_h264_decoder_process_sps (GstH264Decoder * self, GstH264SPS * sps)
|
|||
gst_h264_dpb_set_max_num_pics (priv->dpb, max_dpb_size);
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Set DPB max size %d", max_dpb_size);
|
||||
|
||||
return gst_h264_decoder_update_max_num_reorder_frames (self, sps);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue