rtspsrc: Trivial fix to check correct condition
authorVineeth TM <vineeth.tm@samsung.com>
Fri, 21 Aug 2015 07:29:16 +0000 (16:29 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2015 08:06:57 +0000 (11:06 +0300)
commitba8cda54f4de27817e9e5460c6a48e24b9012f41
treea247dd412863bc9b3828dff5e79386e1bea1a536
parent77c9e2cd4d2eff371685bba9193919990a25809a
rtspsrc: Trivial fix to check correct condition

When checking for describe method, because of missing parentheses, wrong
condition is being checked, which will result in wrong behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=753912
gst/rtsp/gstrtspsrc.c