asfdemux: Fix compilation with gcc 7
authorSebastian Dröge <sebastian@centricular.com>
Mon, 27 Feb 2017 18:55:34 +0000 (20:55 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 27 Feb 2017 18:55:34 +0000 (20:55 +0200)
commit66659f07f59ca9fcfdef7ae0531ffa681ee5b079
tree40a1e6c8a62c105e279ea63e2815b43587875147
parentb4849c772eab8a71c9b409e89ec8debef1f716a9
asfdemux: Fix compilation with gcc 7

gstasfdemux.c: In function 'gst_asf_demux_parse_stream_object':
gstasfdemux.c:3001:39: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context]
   is_encrypted = ! !((flags & 0x8000) << 15);
                     ~~~~~~~~~~~~~~~~~~^~~~~~

https://bugzilla.gnome.org/show_bug.cgi?id=779329
gst/asfdemux/gstasfdemux.c