Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
34e6718d
Commit
34e6718d
authored
Nov 05, 2009
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theoradec: printf format fix
parent
b5620e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ext/theora/theoradec.c
ext/theora/theoradec.c
+2
-2
No files found.
ext/theora/theoradec.c
View file @
34e6718d
...
...
@@ -1346,8 +1346,8 @@ theora_dec_decode_buffer (GstTheoraDec * dec, GstBuffer * buf)
dec
->
last_timestamp
=
-
1
;
}
GST_DEBUG_OBJECT
(
dec
,
"header=%02x packetno=%
lld, granule pos=%
"
G_GINT64_FORMAT
", outtime=%"
GST_TIME_FORMAT
,
GST_DEBUG_OBJECT
(
dec
,
"header=%02x packetno=%
"
G_GINT64_FORMAT
",
"
"granule pos=%"
G_GINT64_FORMAT
", outtime=%"
GST_TIME_FORMAT
,
packet
.
bytes
?
packet
.
packet
[
0
]
:
-
1
,
packet
.
packetno
,
(
gint64
)
packet
.
granulepos
,
GST_TIME_ARGS
(
dec
->
last_timestamp
));
...
...
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