[Bug 796842] srt: Allow the host name "localhost"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 15:14:00 UTC 2018


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

Olivier Crête <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373100|none                        |needs-work
             status|                            |

--- Comment #8 from Olivier Crête <olivier.crete at ocrete.ca> ---
Review of attachment 373100:
 --> (https://bugzilla.gnome.org/review?bug=796842&attachment=373100)

::: ext/srt/gstsrt.c
@@ +215,3 @@
+  /* This is a sink, we're always a sender */
+  srt_setsockopt (sock, 0, SRTO_SENDER, &(int) {
+      1}, sizeof (int));

But you call this form the source also.

--- Comment #9 from Olivier Crête <olivier.crete at ocrete.ca> ---
Review of attachment 373100:
 --> (https://bugzilla.gnome.org/review?bug=796842&attachment=373100)

::: ext/srt/gstsrt.c
@@ +215,3 @@
+  /* This is a sink, we're always a sender */
+  srt_setsockopt (sock, 0, SRTO_SENDER, &(int) {
+      1}, sizeof (int));

But you call this form the source also.

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