After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570435 - Read Title element of Matroska files
Read Title element of Matroska files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-03 23:43 UTC by Robin Stocker
Modified: 2009-02-04 08:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
export title as a tag (1.21 KB, patch)
2009-02-03 23:48 UTC, Robin Stocker
committed Details | Review

Description Robin Stocker 2009-02-03 23:43:35 UTC
Matroska files have a Title element [1] which can be used to store the movie title. GStreamer currently ignores the element and so e.g. Totem doesn't display the title of Matroska files.

[1] http://www.matroska.org/technical/specs/index.html#Title
Comment 1 Robin Stocker 2009-02-03 23:48:30 UTC
Created attachment 127889 [details] [review]
export title as a tag
Comment 2 Sebastian Dröge (slomo) 2009-02-04 08:22:36 UTC
commit 7353cdc02960b207433a31489c91f618b15f725d
Author: Robin Stocker <robin@nibor.org>
Date:   Wed Feb 4 09:20:28 2009 +0100

    Read Matroska Title element for the TITLE tag
    
    Not all Matroska files have a Tags element which contains
    information about the title among other things. Most video
    Matroska files only contain the Title element so we
    should parse this too. Fixes bug #570435.