GNOME Bugzilla – Bug 342464
subparse: encoding property is not applied immediately.
Last modified: 2018-11-03 11:12:45 UTC
as bug 339520, subparse plugin has 'encoding' property. and I made a patch to resolve bug 342235, so it can change property during process subtitle. but I found that property was not applied immedialtely. Other information:
Created attachment 65930 [details] [review] when change encoding property, reset sink and seek current position.
Young-Ho, is this bug still valid ?
Yes. it can be reproduce in my Jaunty(Ubuntu 9.04) box. Subtitle encoding is applied after seek, not immedialtely.
I don't think this patch is a good idea, the subtitle encoding is set by decodebin2/subtitleoverlay from the streaming thread in some cases... which will lead to a deadlock when trying to seek.
Sebastian, shall we close this bug then ?
Not sure, the bug is valid: the encoding is not immediately applied. Just the patch is not correct.
An opportunity to use the gst_element_call_async() method.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/4.