qtdemux: Fix compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Tue, 10 Oct 2017 15:04:50 +0000 (18:04 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 10 Oct 2017 15:04:50 +0000 (18:04 +0300)
commit728a1629cf9fd7f4a728477bda1d13a1ecc219bb
tree4eb054496aa8780802202035df2b2c3f17d131e3
parent5874bafa4f17592fdee41d49bfe6f75c1d44f7ec
qtdemux: Fix compiler warning

qtdemux.c: In function ‘gst_qtdemux_configure_stream’:
qtdemux.c:7764:34: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]
     if ((stream->n_samples == 1) && (stream->first_duration == 0)
         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gst/isomp4/qtdemux.c