GNOME Bugzilla – Bug 570435
Read Title element of Matroska files
Last modified: 2009-02-04 08:22:36 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
Created attachment 127889 [details] [review] export title as a tag
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.