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 792123 - srt: Need to use platform independent headers
srt: Need to use platform independent headers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-02 11:58 UTC by Justin Kim
Modified: 2018-01-03 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
srt: Remove platform dependent socket headers (2.43 KB, patch)
2018-01-02 11:58 UTC, Justin Kim
none Details | Review
srt: Remove platform dependent socket headers (2.38 KB, patch)
2018-01-02 12:01 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2018-01-02 11:58:47 UTC
Created attachment 366184 [details] [review]
srt: Remove platform dependent socket headers

SRT modules entrust `gnetworking.h` with finding right headers
for the platforms.
Comment 1 Justin Kim 2018-01-02 12:01:18 UTC
Created attachment 366185 [details] [review]
srt: Remove platform dependent socket headers
Comment 2 Olivier Crête 2018-01-02 21:22:28 UTC
Review of attachment 366185 [details] [review]:

Looks good
Comment 3 Tim-Philipp Müller 2018-01-03 10:49:34 UTC
commit 1da40cdc0f9b053e2dc1ba9594d1f8ba0de312e5 (HEAD -> master)
Author: Justin Kim <justin.kim@collabora.com>
Date:   Tue Jan 2 20:51:25 2018 +0900

    srt: Remove platform dependent socket headers
    
    SRT modules entrust `gnetworking.h` with finding right headers
    for the platforms.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792123