[gstreamer-bugs] [Bug 360467] New: [API] add gst_tag_list_is_empty ()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 7 12:13:46 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=360467

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [API] add gst_tag_list_is_empty ()
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


It would be nice to have a gst_tag_list_is_empty(). Currently the only way to
find out whether a tag list is empty is to cast it to a structure and use
gst_structure_n_fields() directly, which is not only unintuitive but also not
really 100% correct since the derivation from GstStructure is not guaranteed or
mentioned anywhere.

Patch to follow.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list