[Bug 795759] New: tag: Add gst_tag_list_to_{id3v2,id3v1}_tag() API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 2 17:10:45 UTC 2018


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

            Bug ID: 795759
           Summary: tag: Add gst_tag_list_to_{id3v2,id3v1}_tag() API
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: pudding8757 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Public API for conversion between id3 taglist and id3 buffer might be required
to be used by some muxer elements (or by application). For example, mpeg2-ts
can carry id3 meta data, which could be used HLS. See also
https://developer.apple.com/library/content/documentation/AudioVideo/Conceptual/HTTP_Live_Streaming_Metadata_Spec/2/2.html

For now, however, gstreamer supports id3 GstTagList conversion (to GstBuffer)
only using id3tagmux element.

Could we move id3 writing function in -bad
(https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/id3tag/id3tag.c)
to base and make it as a part of tag API?

-- 
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