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 570753 - [playbin] Support subtitle renderers additional to subtitle parsers
[playbin] Support subtitle renderers additional to subtitle parsers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other All
: Normal enhancement
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 572177 assrender 591957 (view as bug list)
Depends on: 600370
Blocks: 595123
 
 
Reported: 2009-02-06 05:26 UTC by Sebastian Dröge (slomo)
Modified: 2009-11-12 12:29 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Sebastian Dröge (slomo) 2009-02-06 05:26:53 UTC
+++ This bug was initially created as a clone of Bug #481075 +++

We need support for subtitle renderes in playbin(2), for example assrender. Currently we only support parsers that output timestamped text and playbin internally links it to an overlay element (textoverlay). assrender OTOH takes subtitle and video input and does the overlaying itself already.

For this it probably makes sense to introduce a subtitle bin, which takes video and subtitle as input and outputs overlayed video. Internally it would look for renderers and parsers and handle everything that is needed.
Comment 1 Sebastian Dröge (slomo) 2009-02-22 18:14:30 UTC
*** Bug 572177 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Dröge (slomo) 2009-03-11 11:58:40 UTC

*** This bug has been marked as a duplicate of 350311 ***
Comment 3 Sebastian Dröge (slomo) 2009-07-07 18:05:56 UTC
*** Bug 587833 has been marked as a duplicate of this bug. ***
Comment 4 Sebastian Dröge (slomo) 2009-07-07 18:07:42 UTC
So this is no duplicate of bug #350311 at all, subpicture subtitle support is already there in playbin2 but no subtitle renderer support.
Comment 5 Eric Appleman 2009-08-16 10:47:08 UTC
I'd like to follow progress on this bug a bit closer, but I'm not sure how to proceed without bugging the mailing list.

Any tips or who I should be in correspondence with?
Comment 6 Tim-Philipp Müller 2009-08-16 11:31:44 UTC
This is the place to follow progress. If there is any progress, this bug will be updated. If you have patches or other contributions, this is the place to post them as well.
Comment 7 Tim-Philipp Müller 2009-08-16 11:34:19 UTC
*** Bug 591957 has been marked as a duplicate of this bug. ***
Comment 8 Sebastian Dröge (slomo) 2009-11-12 12:29:01 UTC
commit e91458f13caa92e5c3d15f67f1c0c8b0a23a5c33
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Tue Nov 3 12:47:55 2009 +0100

    playbin2: Set subtitle caps as raw caps for the uridecodebins

    This will make sure that no subparse is ever plugged and subtitleoverlay,
    that subpicture streams are handled the same was as subtitles and that
    subtitle renderers are used if available.

    Fixes bugs #595123, #570753, #591662, #591706.