sdpdemux: assertion error due to wrong condition check
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 30 Jul 2015 06:33:46 +0000 (15:33 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 30 Jul 2015 12:51:53 +0000 (15:51 +0300)
commit8f7a84a9a16514ed033b30e62476b0fc0fe345b6
tree75e1c380ef28f2c6ce0fc3bb1d125289128b5340
parent22baf364fe1fd6b8a56a759e6dab0d516f63e083
sdpdemux: 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/sdp/gstsdpdemux.c