|
From: GStreamer (bugzilla.gnome.org) <bug...@bu...> - 2008-05-23 00:31:58
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=534243 GStreamer | gst-plugins-good | Ver: HEAD CVS ------- Comment #4 from Bruno Santos 2008-05-23 00:32 UTC ------- There's another possible solution, if we can use an IP4 address formated as ::FFFF:a.b.c.d on a AF_INET6 socket, we would instead of creating an aditional socket, store the type of socket we have, and tell gst_udp_get_addr about this, so it will format the address correctly and reject IPv6 address when the socket type is AF_INET. Thoughts? -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=534243. |