h265parser: Fix debug output
This commit is contained in:
parent
84bd65b9bd
commit
bacef9cbc4
@ -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…
x
Reference in New Issue
Block a user