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 776715 - qtdemux: Skip seeking query if upstream format is time
qtdemux: Skip seeking query if upstream format is time
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-02 13:19 UTC by Seungha Yang
Modified: 2017-01-31 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: Skip seeking query if upstream format is time (844 bytes, patch)
2017-01-02 13:19 UTC, Seungha Yang
none Details | Review
qtdemux: Skip seeking query if upstream format is time (895 bytes, patch)
2017-01-02 13:20 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2017-01-02 13:19:03 UTC
Don't need to querying byte-format seeking for time-format
upstream case
Comment 1 Seungha Yang 2017-01-02 13:19:33 UTC
Created attachment 342715 [details] [review]
qtdemux: Skip seeking query if upstream format is time
Comment 2 Seungha Yang 2017-01-02 13:20:23 UTC
Created attachment 342716 [details] [review]
qtdemux: Skip seeking query if upstream format is time
Comment 3 Edward Hervey 2017-01-31 16:10:18 UTC
commit 7a6752a7e0bf8b567c7012b7c7593fbe8ca96f0d
Author: Seungha Yang <sh.yang@lge.com>
Date:   Mon Jan 2 22:16:39 2017 +0900

    qtdemux: Skip seeking query if upstream format is time
    
    Don't need to querying byte-format seeking for time-format
    upstream case
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776715