After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727906 - smoothstreaming: using manifest before we have it in seeking query
smoothstreaming: using manifest before we have it in seeking query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-09 16:31 UTC by Vincent Penquerc'h
Modified: 2014-04-10 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avoid using uninitialized manifest (1.07 KB, patch)
2014-04-09 16:31 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2014-04-09 16:31:21 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.
Comment 1 Vincent Penquerc'h 2014-04-10 08:52:31 UTC
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