Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
luzpaz
gstreamer
Commits
ad6ce1e2
Commit
ad6ce1e2
authored
Oct 03, 2010
by
Sebastian Dröge
Committed by
Tim-Philipp Müller
Apr 08, 2011
Browse files
audioparser: Let the format string agree with the parameters to fix compiler warning
parent
c56f223d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/audioparsers/gstbaseparse.c
View file @
ad6ce1e2
...
...
@@ -1586,7 +1586,7 @@ gst_base_parse_push_buffer (GstBaseParse * parse, GstBuffer * buffer)
parse
->
priv
->
skip
--
;
}
}
else
{
GST_LOG_OBJECT
(
parse
,
"frame (%d bytes) queued for now
: %d
"
,
GST_LOG_OBJECT
(
parse
,
"frame (%d bytes) queued for now"
,
GST_BUFFER_SIZE
(
buffer
));
parse
->
priv
->
buffers_queued
=
g_slist_prepend
(
parse
->
priv
->
buffers_queued
,
buffer
);
...
...
Write
Preview
Markdown
is supported
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