GNOME Bugzilla – Bug 610866
[playbin2] Don't fail if there are subtitles and audio but no video
Last modified: 2010-05-19 14:49:43 UTC
Attached patch makes playbin2 not error out if there are subtitles and audio but no video. If visualizations are enabled the subtitles are rendered on top of the visualization stream, otherwise the subtitles are not linked at all and only the audio is played (and a warning message is posted). If there are only subtitles but neither audio nor video an error message is still posted.
Created attachment 154532 [details] [review] playsink: Don't fail if there are subtitles and audio but no video Change playbin2 to not error out if there are subtitles and audio but no video. If visualizations are enabled the subtitles are rendered on top of the visualization stream, otherwise the subtitles are not linked at all and only the audio is played (and a warning message is posted). If there are only subtitles but neither audio nor video an error message is still posted. Fixes bug #610866.
*** Bug 618621 has been marked as a duplicate of this bug. ***
This doesn't seem fixed. I had this patch applied when I entered bug 618621 and made sure it still happens - at least with the file in that bug, the one from http://mobilemacs.de/2010/02/mm042-bi-ba-buzzemann.html
commit 0c85f2c890ddf1968520c030195e735199622615 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri May 14 17:17:33 2010 +0200 playsink: Don't fail if subtitles are used but only audio is available and no visualiza Instead simply disable displaying of the subtitles for now, as was intended by that part of code... Fixes bug #610866.
*** Bug 618052 has been marked as a duplicate of this bug. ***