projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55bf0a
)
omxh264enc: Fix compiler warnings
author
Sebastian Dröge
<sebastian@centricular.com>
Sun, 16 Mar 2014 16:32:05 +0000
(17:32 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sun, 16 Mar 2014 16:32:05 +0000
(17:32 +0100)
omx/gstomxh264enc.c
patch
|
blob
|
history
diff --git
a/omx/gstomxh264enc.c
b/omx/gstomxh264enc.c
index
b5c14eb
..
3c49cd9
100755
(executable)
--- a/
omx/gstomxh264enc.c
+++ b/
omx/gstomxh264enc.c
@@
-254,7
+254,8
@@
gst_omx_h264_enc_set_format (GstOMXVideoEnc * enc, GstOMXPort * port,
}
GST_DEBUG_OBJECT (self, "default nPFrames:%u, nIDRPeriod:%u",
- config_avcintraperiod.nPFrames, config_avcintraperiod.nIDRPeriod);
+ (guint) config_avcintraperiod.nPFrames,
+ (guint) config_avcintraperiod.nIDRPeriod);
if (self->periodicty_idr !=
GST_OMX_H264_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT) {