GNOME Bugzilla – Bug 627268
[tag] add GST_TAG_ENCODED_BY and map id3v2 TENC frame
Last modified: 2011-02-01 14:30:57 UTC
The "encoded by" frame of id3v2 can be add as GST_TAG_ORGANIZATION tag of gstreamer.
TENC The 'Encoded by' frame contains the name of the person or organisation that encoded the audio file. This field may contain a copyright message, if the audio file also is copyrighted by the encoder. I don't think that's the same meaning as GST_TAG_ORGANIZATION.
yup :) I too had a doubt regarding that. Anyway I will add it as separate "Encoded by " tag.
Created attachment 168316 [details] [review] Add a new "encoded by" tag
Created attachment 168318 [details] [review] Map the "Encoded by" frame(TENC) of id3v2 to GST_TAG_ENCODED_BY
(In reply to comment #1) > TENC > The 'Encoded by' frame contains the name of the person or > organisation that encoded the audio file. This field may contain a > copyright message, if the audio file also is copyrighted by the > encoder. > > I don't think that's the same meaning as GST_TAG_ORGANIZATION. Sebastian, sorry for the corruption.
Hi, Any comments ?
Fixed some style/indentation issues, added new tag to docs, and fixed up commit messages a bit. Thanks for the patches! commit de55965ebeb48fabc67ec95256a9e3521b396312 Author: Sreerenj Balachandran <sreerenj.balachandran@nokia.com> Date: Thu Aug 19 22:43:07 2010 +0300 taglist: add a new "encoded-by" tag Usecase: ID3v2 TENC ("Encoded by") frame. API: GST_TAG_ENCODED_BY https://bugzilla.gnome.org/show_bug.cgi?id=627268 commit c36a3e46f5151d6f8b0c723f9e12d1f19fcca4b5 Author: Sreerenj Balachandran <sreerenj.balachandran@nokia.com> Date: Thu Aug 19 22:31:07 2010 +0300 id3tag: map the ID3v2 TENC frame to GST_TAG_ENCODED_BY https://bugzilla.gnome.org/show_bug.cgi?id=627268