mpegtsmux: Fix error message for PID < 0x40 to be in the claimed base 16
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8463>
This commit is contained in:
parent
395c8cafa6
commit
def2f12d84
@ -1820,7 +1820,7 @@ stream_exists:
|
||||
invalid_stream_pid:
|
||||
{
|
||||
GST_ELEMENT_ERROR (element, STREAM, MUX,
|
||||
("Invalid Elementary stream PID (0x%02u < 0x40)", pid), (NULL));
|
||||
("Invalid Elementary stream PID (0x%02x < 0x40)", pid), (NULL));
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user