mssdemux: remove unnecessary check
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Feb 2016 21:35:19 +0000 (21:35 +0000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Feb 2016 21:41:33 +0000 (21:41 +0000)
commit8d445ee75836d6c4cd2706f294fb0d6e52c2a41d
treedc3df52a8dd0a6e2b81d309506f8d29bcccc6967
parent632111ae144034b783eca28a24fc94669f49d0c6
mssdemux: remove unnecessary check

stream->current_fragment has the value of g_list_previous (iter) which has
just been checked. No need to check it again.

Just to be safe, use a g_assert() to check fragment before dereferencing.

CID #1352041
ext/smoothstreaming/gstmssmanifest.c