Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
59dc89b3
Commit
59dc89b3
authored
Feb 15, 2010
by
Sebastian Dröge
Browse files
oggparse: Fix another format string compiler warning
parent
e9f101ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/ogg/gstoggparse.c
View file @
59dc89b3
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment