[Bug 746363] New: playbin: Missing audio tags

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 17 13:07:56 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746363

            Bug ID: 746363
           Summary: playbin: Missing audio tags
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: betacentauri at arcor.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 299624
  --> https://bugzilla.gnome.org/attachment.cgi?id=299624&action=edit
Logfile

We use enigma2 with Gstreamer 1.45 (and patch
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=0fad053497d46bba8b9785ae9c33fa29368ed7a1)
to watch mkv files.
With gstreamer 1.45 we have the problem that audio tags are missing. Attached
is a log file. In line 112 you can see that 1. audio stream has German
language. 2. audio stream seems to have no language tag. So "en" is used. You
can see the resulting tags in line 119 and 134 (it's my own debug message). You
can also see the tags in line 145 and 146.
So matroskademux has read the tags properly.

In enigma2 we use
g_signal_emit_by_name (m_gst_playbin, "get-audio-tags", i, &tags);
(line 1771 in attached servicemp3.cpp) to get the audio tags. In the lines 1788
until 1793 you see my debug code. It prints all tag names for all streams.

In the log file in lines 1221 - 1239 you see the output.
Stream 1 has only 3 tags. Language code is missing. Why?

You can download the mkv here: http://www69.zippyshare.com/v/ubMe1xMe/file.html

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