[Bug 740565] dvdsub to kate subtitle transcoding fails after first subtitle for ogg container

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 3 08:02:23 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=740565

--- Comment #22 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
The oggmux patch is now up (the collectpads one will not be).
Transcoding of the file should now work, though transcoding only subtitles
still fail.


commit b590a843f4b2d452ad304acdcb3265a97181fe7b
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Wed Dec 17 12:17:09 2014 +0000

    oggmux: fix deadlock when not pulling a buffer from collectpads

    oggmux keeps a cached buffer per pad, and pulls buffers from
    collectpads to this cached buffer for all pads before processing
    the best pad. In some cases, the move from collectpads buffer
    to cached buffer is delayed till next call. However, when there
    is only one pad, this can't be delayed till next call as there
    will be a deadlock since collectpads has no other pad to push to.

    https://bugzilla.gnome.org/show_bug.cgi?id=740565

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list