[Bug 775944] New: Wrong introspection data for gst_event_new_select_streams and gst_event_parse_select_streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 11 08:56:39 UTC 2016


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

            Bug ID: 775944
           Summary: Wrong introspection data for
                    gst_event_new_select_streams and
                    gst_event_parse_select_streams
    Classification: Platform
           Product: GStreamer
           Version: 1.10.x
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: garetxe at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The list of streams arguments of gst_event_new_select_streams and
gst_event_parse_select_streams (of type GLib*) are both annotated as
(element-type gchar), but the proper annotation should be (element-type utf8),
since afaict the elements of the GList are pointers to strings. (This is
assuming that the stream ids are proper utf8, not sure if this is the case.)

This is affecting the Haskell bindings (and possibly any other statically typed
bindings), see
https://github.com/haskell-gi/haskell-gi/issues/68

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