mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
codecparsers: h264bitwriter: Fix trace typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5661>
This commit is contained in:
parent
75560329c1
commit
23a4b72631
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue