codecparsers: h264bitwriter: Fix trace typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5661>
This commit is contained in:
Michael Grzeschik 2023-02-28 23:59:45 +01:00 committed by Nicolas Dufresne
parent 75560329c1
commit 23a4b72631

View file

@ -487,7 +487,7 @@ _h264_bit_writer_pps (const GstH264PPS * pps, GstBitWriter * bw,
gboolean have_space = TRUE;
gint qp_bd_offset;
GST_DEBUG ("writing SPS");
GST_DEBUG ("writing PPS");
qp_bd_offset = 6 * (pps->sequence->bit_depth_luma_minus8 +
pps->sequence->separate_colour_plane_flag);