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 723597 - tagdemux: Seek event in GST_FORMAT_TIME are converted to BYTES to early
tagdemux: Seek event in GST_FORMAT_TIME are converted to BYTES to early
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.2
Other Windows
: Normal normal
: 1.2.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-04 09:51 UTC by Eric
Modified: 2014-02-28 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to forward TIME seek event upstream (710 bytes, patch)
2014-02-04 09:51 UTC, Eric
committed Details | Review

Description Eric 2014-02-04 09:51:01 UTC
Created attachment 268046 [details] [review]
Patch to forward TIME seek event upstream

In gsttagdemux.c, seek event that are in GST_FORMAT_TIME are converted to format BYTES before any chance is given upstream to handle it in the original TIME format.

Here is a patch that fixes this issue.

Regards,
Eric T.
Comment 1 Sebastian Dröge (slomo) 2014-02-04 12:56:44 UTC
commit 2ca256acdb21bfca8f20a52120140508e2311994
Author: Eric Trousset <etrousset@awox.com>
Date:   Tue Feb 4 13:55:49 2014 +0100

    tagdemux: Forward TIME seeks upstream too, maybe upstream can handle that
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723597