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 786200 - appsrc: erroneous TIME duration query support
appsrc: erroneous TIME duration query support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: 1.12.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-12 15:22 UTC by Philippe Normand
Modified: 2017-08-14 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.07 KB, patch)
2017-08-12 15:24 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2017-08-12 15:22:35 UTC
Since https://bugzilla.gnome.org/show_bug.cgi?id=766229 the element answers the TIME duration query unconditionally with a -1 duration if the duration property wasn't set.
Comment 1 Philippe Normand 2017-08-12 15:24:08 UTC
Created attachment 357483 [details] [review]
patch
Comment 2 Philippe Normand 2017-08-14 08:20:23 UTC
Comment on attachment 357483 [details] [review]
patch

Thanks!

commit b24e7535cb365a400521c81a52dd430605107cec (HEAD -> 1.12)
Author: Philippe Normand <philn@igalia.com>
Date:   Sat Aug 12 15:46:28 2017 +0100

    appsrc: handle duration query only if the property was set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786200