splitmuxsink: Fix if condition in drop-frame timecode wrap-around
authorVivia Nikolaidou <vivia@ahiru.eu>
Thu, 11 Oct 2018 10:55:01 +0000 (13:55 +0300)
committerVivia Nikolaidou <vivia@ahiru.eu>
Thu, 11 Oct 2018 10:58:34 +0000 (13:58 +0300)
commitfaee020994bd3e46c2d9e7e1a96ae11b2162b888
tree6720bff6afa492faf92d36fd716663a8e60a4f59
parent1219712da04ba75cc1e1c080ffbe9a4a2465697f
splitmuxsink: Fix if condition in drop-frame timecode wrap-around

Was previously: if ( x | y && a == b). Changed it into if ((x & y) && (a
== b)).
gst/multifile/gstsplitmuxsink.c