GNOME Bugzilla – Bug 753912
rtspsrc: fix check if DESCRIBE method is supported
Last modified: 2015-08-28 18:27:34 UTC
When checking for describe method, because of missing parentheses, wrong condition is being checked, which will result in wrong behavior.
Created attachment 309789 [details] [review] patch to check correct condition
This was already caught at an earlier place in the code btw commit ba8cda54f4de27817e9e5460c6a48e24b9012f41 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Fri Aug 21 16:29:16 2015 +0900 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
This would have been a more informative commit summary line: rtspsrc: fix check if DESCRIBE method is supported Your summary line is basically just a very long version of 'rtspsrc: fix something' - imagine looking at a commit log where every message was like that :)