[gstreamer-bugs] [Bug 602126] [qtdemux] Doesn't output language codes.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 10 07:34:46 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602126
  GStreamer | gst-plugins-good | 0.10.25

Mark Nauwelaerts <manauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |manauw at skynet.be
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.17

--- Comment #1 from Mark Nauwelaerts <manauw at skynet.be> 2009-12-10 15:34:44 UTC ---
Following moderately recent commit added some language code to tags:

commit 955a719c1a9a340f22351bd5a0187ab4361a0799
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Fri Oct 9 17:02:57 2009 +0200

    qtdemux: provide language tag for stream


And following run illustrates that it seems to work :)
(provided language info is sufficiently valid, e.g. no such one in video
stream)

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
FOUND TAG      : found by element "qtdemux0".
     video codec: MPEG-4 video
FOUND TAG      : found by element "qtdemux0".
     audio codec: MPEG-4 AAC audio
   language code: eng
FOUND TAG      : found by element "qtdemux0".
     audio codec: MPEG-4 AAC audio
   language code: ger
FOUND TAG      : found by element "qtdemux0".
  subtitle codec: 3GPP timed text
   language code: ger
FOUND TAG      : found by element "qtdemux0".
  subtitle codec: 3GPP timed text
   language code: eng
FOUND TAG      : found by element "qtdemux0".
container format: ISO MP4/M4A

-- 
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