mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
h265parser: Fix debug output
This commit is contained in:
parent
84bd65b9bd
commit
bacef9cbc4
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ gst_h265_parse_vps (GstH265NalUnit * nalu, GstH265VPS * vps)
|
|||
guint i, j;
|
||||
|
||||
INITIALIZE_DEBUG_CATEGORY;
|
||||
GST_DEBUG ("parsing SPS");
|
||||
GST_DEBUG ("parsing VPS");
|
||||
|
||||
nal_reader_init (&nr, nalu->data + nalu->offset + nalu->header_bytes,
|
||||
nalu->size - nalu->header_bytes);
|
||||
|
|
Loading…
Reference in a new issue