gst: Simplify some boolean expressions
authorSebastian Dröge <sebastian@centricular.com>
Tue, 24 Jul 2018 06:58:31 +0000 (09:58 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 24 Jul 2018 06:58:31 +0000 (09:58 +0300)
commitb079334c1c8f250a6b15c5c6950d60d5eb849c2b
treec9616cc24a3d0eaa7fca714da7ef12516a647f30
parent2aa9ad9c62d3071c90e837bc8a5923b6f16d7fcd
gst: Simplify some boolean expressions

(!x || (x && y)) is the same as (!x || y)

https://bugzilla.gnome.org/show_bug.cgi?id=796847
gst/gstpadtemplate.c
gst/gstparse.c
gst/parse/types.h