[Bug 730181] New: parsing '%' character in gst_structure_from_string

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 15 03:50:25 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730181
  GStreamer | gstreamer (core) | git

           Summary: parsing '%' character in gst_structure_from_string
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: justin.joy.9to5 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst_structure_from_string seems not to accept '%' character due to missing
define in ASCII_IS_STRING in gst_private.h

Is that omitted on purpose? 

154 /* used in gstvalue.c and gststructure.c */
155 #define GST_ASCII_IS_STRING(c) (g_ascii_isalnum((c)) || ((c) == '_') || \
156     ((c) == '-') || ((c) == '+') || ((c) == '/') || ((c) == ':') || \
157     ((c) == '.'))

-- 
Configure bugmail: https://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