[Bug 615064] [oggdemux] Strips free-form name in language tags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 7 04:55:38 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=615064
  GStreamer | gst-plugins-base | git

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #4 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-10-07 11:55:32 UTC ---
Ideally, if there is a TITLE, that's what should be displayed, as DESCRIPTION
will likely be a bit long, though even TITLE might. Maybe something like (with
title, language, and category being present or not):

title    language     category     display
Y        Y            Y            title (language category)
Y        Y            -            title (language)
Y        -            Y            title (category)
Y        -            -            tile
-        Y            Y            language category
-        Y            -            language
-        -            Y            category
-        -            -            hmm, just "audio #1", "subtitles #1", etc ?

So in the above example, you get (or would get if the language code was ISO
639-1 as it's supposed to be):

Commentary by Nicholas Meyer (English)

If you don't have a title, it'd just give:

English

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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