codecs: h264decoder: let print_ref_pic_list_b print the correct list name.
authorHe Junyan <junyan.he@intel.com>
Fri, 23 Jul 2021 14:02:05 +0000 (22:02 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 23 Jul 2021 19:52:48 +0000 (19:52 +0000)
commitf9d7b708e12e5560759c585b44cfa3e523b61526
tree4fdb6fec68ff3dd792f38b8c45e4a4cced8a98c0
parenteef90676194dcbd1cfc07a322e7a20ad6b8cecb3
codecs: h264decoder: let print_ref_pic_list_b print the correct list name.

The print_ref_pic_list_b now not only needs to trace the ref_pic_list_b0/1,
but also need to trace the ref_frame_list_0_short_term. We need to pass the
name directly to it rather than an index to refer to ref_pic_list_b0/1.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2425>
gst-libs/gst/codecs/gsth264decoder.c