[Bug 756818] rtspsrc under Windows: invalid pointer address in attempting to use a pointer argument in a call

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 21 04:19:03 PDT 2015


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It might also be that the parameters passed to sendmmsg() or similar in
g_socket_send_messages() are not properly initialized.

It might also be related to the "ABI is incompatible" comment in there, maybe
it works if we always copy.


Basically you'll have to check if we populate the messages/vectors properly,
and if GLib is then passing this to the socket correctly. Like if the
translation to the system types is correct, see above.

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