GNOME Bugzilla – Bug 727906
smoothstreaming: using manifest before we have it in seeking query
Last modified: 2014-04-10 08:52:31 UTC
Created attachment 273915 [details] [review] avoid using uninitialized manifest I'm not 100% sure this is correct, as the caller might get the wrong idea of seekability if queried too early.
Thanks for double checking. commit 14f8172d2bd4cb9ce38f60cfe6cb6c18709c1c14 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Wed Apr 9 17:28:49 2014 +0100 smoothstreaming: avoid using an uninitialized manifest If we did not set the manifest yet, early out in the seeking query. Coverity 1139737