[Bug 730926] tags: add GST_TAG_PRIVATE_DATA and expose ID3 private frame ("PRIV") data

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 20 12:30:45 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=730926

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|git master                  |1.7.1
            Summary|tags: expose ID3 private    |tags: add
                   |frame ("PRIV") data         |GST_TAG_PRIVATE_DATA and
                   |                            |expose ID3 private frame
                   |                            |("PRIV") data

--- Comment #17 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed with a small change in the parse function (don't do "if (owner)
len=... else return" but "if (!owner) return; len= ..."). Sorry it took so
long.

Also added a unit test.

If you feel also like making id3mux in -bad write the PRIVATE_DATA tag, that'd
be great!

commit 9fbecd6b6d37af9883ca58a91360a5db6a9f0102
Author: Ravi Kiran K N <ravi.kiran at samsung.com>
Date:   Mon Sep 29 14:03:13 2014 +0530

    tags: add GST_TAG_PRIVATE_DATA

    Can be used to represent private data that may be
    contained in tags, such as ID3v2 PRIV frames.

    https://bugzilla.gnome.org/show_bug.cgi?id=730926

commit df5725e68331ca50e9d610c5d99d23fbf7c046a0
Author: Ravi Kiran K N <ravi.kiran at samsung.com>
Date:   Mon Sep 29 14:17:39 2014 +0530

    id3v2frames: Handle private frames

    Handle PRIV ID3 tag having owner information (string)
    and binary data, add to tag messages list.

    https://bugzilla.gnome.org/show_bug.cgi?id=730926

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list