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 726433 - rtspconnection: setsockopt() argument 4 is not properly casted for W32
rtspconnection: setsockopt() argument 4 is not properly casted for W32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-15 20:25 UTC by LRN
Modified: 2014-03-16 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Silence a warning in gstrtspconnection.c (1.55 KB, patch)
2014-03-15 20:25 UTC, LRN
committed Details | Review

Description LRN 2014-03-15 20:25:51 UTC
Cast the argument into (const char *) on W32, as winsock2 expects it.
Comment 1 LRN 2014-03-15 20:25:58 UTC
Created attachment 272030 [details] [review]
Silence a warning in gstrtspconnection.c

Cast the argument into (const char *) on W32, as winsock2 expects it.
Comment 2 Sebastian Dröge (slomo) 2014-03-16 10:23:05 UTC
commit d6bd37460a58a8ca53c093ca51f8786aa05ed800
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Sat Mar 15 20:21:32 2014 +0000

    rtspconnection: Silence a compiler warning
    
    Cast the argument into (const char *) on W32, as winsock2 expects it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726433