rtpbuffer: Fix gst_rtp_buffer_ext_timestamp() with clang 5 on iOS/ARM
authorSebastian Dröge <sebastian@centricular.com>
Wed, 13 Nov 2013 19:12:48 +0000 (20:12 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 13 Nov 2013 19:15:02 +0000 (20:15 +0100)
commit76985c5e81bd206439409ed8aa34aedb4ac47fce
tree107f4a8f73e427933864697edd2d552ab437cf39
parent7509343e53dbabbde7bb728becc9bc2fc9a2808a
rtpbuffer: Fix gst_rtp_buffer_ext_timestamp() with clang 5 on iOS/ARM

The bitwise NOT operator is not defined on signed integers.
Thanks to Wim Taymans for finding the cause.

https://bugzilla.gnome.org/show_bug.cgi?id=711819
gst-libs/gst/rtp/gstrtpbuffer.c