GNOME Bugzilla – Bug 343123
[apedemux] add support for GST_TAG_LOCATION
Last modified: 2006-05-28 14:39:55 UTC
Hi, the attached patch adds support for GST_TAG_LOCATION in apedemux. This maps to the "file" tag in APE tags: http://www.personal.uni-jena.de/~pfk/mpp/sv8/apekey.html Bye
Created attachment 66339 [details] [review] apedemux-new-tag.diff patch adding GST_TAG_LOCATION <-> "file" mapping to apedemux
Committed, thanks: 2006-05-28 Tim-Philipp Müller <tim at centricular dot net> Patch by: Sebastian Dröge <slomo at ubuntu dot com> * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag), (ape_demux_parse_tags): Some clean-ups and additions: map APE 'file' tag to GST_TAG_LOCATION (#343123); add support for extracting the track count and clean up parsing a bit (#343127).