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 600662 - [assrender] Doesn't synchronize subtitle buffers
[assrender] Doesn't synchronize subtitle buffers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-04 11:07 UTC by Sebastian Dröge (slomo)
Modified: 2009-11-04 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
assrender: Synchronize subtitle buffers with the video (6.98 KB, patch)
2009-11-04 11:51 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-11-04 11:07:26 UTC
Hi,
assrender currently doesn't synchronize subtitle buffers to the video, this means that it will internally queue up all subtitle buffers and lead to bug #600648.

Patch will follow later.
Comment 1 Sebastian Dröge (slomo) 2009-11-04 11:51:06 UTC
Created attachment 146905 [details] [review]
assrender: Synchronize subtitle buffers with the video

Fixes bug #600662.
Comment 2 Sebastian Dröge (slomo) 2009-11-04 11:52:52 UTC
commit 3b2ab1299cbfd9079a0b90cfde3041b9a08d3dd7
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Nov 4 12:50:18 2009 +0100

    assrender: Synchronize subtitle buffers with the video
    
    Fixes bug #600662.