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 668734 - [0.11] [matroskademux] Proper segment base for subtitle segments
[0.11] [matroskademux] Proper segment base for subtitle segments
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.11.x
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-26 12:24 UTC by Matej Knopp
Modified: 2012-02-22 02:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (901 bytes, patch)
2012-01-26 12:24 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2012-01-26 12:24:25 UTC
Created attachment 206173 [details] [review]
Patch

Simple patch to fix segment base for subtitle segments. Right now the base is always 0. The patch sets the base so that gst_segment_to_running_time gives proper result.
Comment 1 Sebastian Dröge (slomo) 2012-01-27 15:43:57 UTC
See comment in bug #667595
Comment 2 André Klapper 2012-02-02 21:00:22 UTC
Comment on attachment 206173 [details] [review]
Patch

[Setting "patch" flag and correcting mime type]
Comment 3 David Schleef 2012-02-22 00:11:04 UTC
Why is this a separate bug?  (Doesn't really matter, I suppose.)
Comment 4 Matej Knopp 2012-02-22 00:17:02 UTC
This was before gap event was introduced. I think it can be closed now.