projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b100c4
)
x264enc: fix compiler warning
author
Alessandro Decina
<alessandro.d@gmail.com>
Mon, 27 Feb 2012 05:33:48 +0000
(06:33 +0100)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Mon, 27 Feb 2012 05:33:48 +0000
(06:33 +0100)
ext/x264/gstx264enc.c
patch
|
blob
|
history
diff --git
a/ext/x264/gstx264enc.c
b/ext/x264/gstx264enc.c
index 3bf5e6e98e7e403302d84a97dc18df495d3b2d14..cb77cb77a733464860712e443a215f59c3cc3b5c 100644
(file)
--- a/
ext/x264/gstx264enc.c
+++ b/
ext/x264/gstx264enc.c
@@
-2080,8
+2080,8
@@
gst_x264_enc_encode_frame (GstX264Enc * encoder, x264_picture_t * pic_in,
gst_buffer_fill (out_buf, 0, data, i_size);
GST_LOG_OBJECT (encoder,
- "output: dts %" G_GINT64_FORMAT " pts %" G_GINT64_FORMAT,
pic_out.i_dts,
- pic_out.i_pts);
+ "output: dts %" G_GINT64_FORMAT " pts %" G_GINT64_FORMAT,
+
(gint64) pic_out.i_dts, (gint64)
pic_out.i_pts);
if (pic_out.i_dts < 0)
GST_BUFFER_DTS (out_buf) = GST_CLOCK_TIME_NONE;