rtspsrc: assertion error due to wrong condition check
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 30 Jul 2015 06:32:09 +0000 (15:32 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 30 Jul 2015 12:51:25 +0000 (15:51 +0300)
commitcf19525d5c1e6ce7d8d0a4f3e5371d2a7e27fe70
tree6332bf9d387a65e98252c2918677af858368b7a8
parent969bcf25a12743af4b83fee8a7eaf4ac12b117bf
rtspsrc: assertion error due to wrong condition check

In media to caps function, reserved_keys array is being used for variable i,
leading to GLib-CRITICAL **: g_ascii_strcasecmp: assertion 's1 != NULL' failed
changed it to variable j

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