[gstreamer-bugs] [Bug 351426] New: API: add gst_tag_parse_extended_comment

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 15 04:03:17 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351426
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: API: add gst_tag_parse_extended_comment
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
OtherBugsDependingO 347091,348762
             nThis:
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I'd like to add a utility function to parse GST_TAG_EXTENDED_COMMENT strings.
This is useful both for applications and tag-writing plugins and avoids code
duplication:


gboolean
gst_tag_parse_extended_comment (const gchar  * ext_comment,
                                gchar       ** key,
                                gchar       ** lang,
                                gchar       ** value,
                                gboolean       fail_if_no_key);

Patch including unit test attached.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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