rtsp-media: assertion error due to wrong condition check
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 30 Jul 2015 06:32:43 +0000 (15:32 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 30 Jul 2015 12:52:08 +0000 (15:52 +0300)
commit3920e21cd0fcc459858b63c2fdcb603eac3b036d
tree7dfa86e736f4b6de423c93d111d740ab92e77cff
parentae7bec97cbe79def80d95631e677145242bb9f94
rtsp-media: 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-server/rtsp-media.c