From 23a4b726317f9f3f486a685cff99cbf93525107e Mon Sep 17 00:00:00 2001 From: Michael Grzeschik Date: Tue, 28 Feb 2023 23:59:45 +0100 Subject: [PATCH] codecparsers: h264bitwriter: Fix trace typo Part-of: --- .../gst-libs/gst/codecparsers/gsth264bitwriter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c index 918e2f7fb0..543a37a1b5 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c @@ -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);