After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701049 - rtsp-client: detect IPv6 vs IPv4 using address family, not socket family
rtsp-client: detect IPv6 vs IPv4 using address family, not socket family
Status: RESOLVED DUPLICATE of bug 700953
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-26 14:07 UTC by Sebastian Rasmussen
Modified: 2013-05-26 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the bug concerning IPv4 vs IPv6. (1.98 KB, patch)
2013-05-26 14:08 UTC, Sebastian Rasmussen
none Details | Review

Description Sebastian Rasmussen 2013-05-26 14:07:31 UTC
The attached patch makes gst-rtsp-server detect IPv4 vs IPV6 by using the connecting client's address family. Previously it used the socket family to do this detection. When the socket was opened as IPv6 and an IPv4 client connected the connection data line of the SDP would be incorrectly generated. This is now fixed.
Comment 1 Sebastian Rasmussen 2013-05-26 14:08:47 UTC
Created attachment 245334 [details] [review]
Patch fixing the bug concerning IPv4 vs IPv6.
Comment 2 Sebastian Dröge (slomo) 2013-05-26 15:22:51 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 700953 ***