[Bug 729123] GstSdp.SDPMessage.parse_buffer needs a guint8* + annotation corrections

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 28 23:51:42 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729123
  GStreamer | gst-python | 1.2.4

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-04-29 06:51:35 UTC ---
This needs some gobject-introspection annotations in the code for the
parameters. For the buffer and size (array length=buffer), for the SDP message
something like (out) (transfer none), but not really. More like (ref) because
the message must be allocated by the caller... but there seems to be nothing
like that unless I'm missing something.

In general the SDP library needs some spreading around of gobject-introspection
annotations to properly work with bindings. See
https://wiki.gnome.org/action/show/Projects/GObjectIntrospection/Annotations

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