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 343123 - [apedemux] add support for GST_TAG_LOCATION
[apedemux] add support for GST_TAG_LOCATION
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-27 17:13 UTC by Sebastian Dröge (slomo)
Modified: 2006-05-28 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
apedemux-new-tag.diff (556 bytes, patch)
2006-05-27 17:13 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2006-05-27 17:13:02 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
Comment 1 Sebastian Dröge (slomo) 2006-05-27 17:13:50 UTC
Created attachment 66339 [details] [review]
apedemux-new-tag.diff

patch adding GST_TAG_LOCATION <-> "file" mapping to apedemux
Comment 2 Tim-Philipp Müller 2006-05-28 14:39:55 UTC
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).