mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
oggparse: Fix another format string compiler warning
This commit is contained in:
parent
e9f101ffc5
commit
59dc89b3ee
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ gst_ogg_parse_chain (GstPad * pad, GstBuffer * buffer)
|
|||
GstOggStream *stream = (GstOggStream *) l->data;
|
||||
|
||||
if (g_list_length (stream->headers) == 0) {
|
||||
GST_LOG_OBJECT (ogg, "No primary header found for stream %u",
|
||||
GST_LOG_OBJECT (ogg, "No primary header found for stream %08lx",
|
||||
stream->serialno);
|
||||
goto failure;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue