GNOME Bugzilla – Bug 712310
Should update language menus when audio tags are changed
Last modified: 2014-01-27 09:11:44 UTC
At the moment, the languages and subtitles menus are updated only when the "channels-change" signal is fired. We need to update them when the metadata are updated to fix the following scenario: - Totem sets the "languages" menu. There is no GST_TAG_LANGUAGE_CODE pushed yet so it uses the default labels ("Audio Track #1", etc). - GStreamers pushes the GST_TAG_LANGUAGE_CODE to some audio pads - GstPlaybin fires "audio-tags-changed" - Totem catches the signal but doesn't update the languages menu, leaving the default labels.
Created attachment 259817 [details] [review] update sublangs menus when meta data are updated The meta data can contains the language of the audio streams (GST_TAG_LANGUAGE_CODE) so we may have to update the menu to reflect the change.
Review of attachment 259817 [details] [review]: Looks good to commit to master and gnome-3-10.
Merged to both branches. thanks! This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.