[Bug 750471] rtspsrc: Add support for TLS client authentication
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 8 11:49:20 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750471
Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #304720|none |needs-work
status| |
--- Comment #7 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 304720:
--> (https://bugzilla.gnome.org/review?bug=750471&attachment=304720)
::: gst/rtsp-server/rtsp-auth.c
@@ +570,3 @@
+
+ g_signal_connect (tls, "accept-certificate",
+ G_CALLBACK (accept_certificate_cb), auth);
I think you should instead add a "accept-certificate" signal on the GstRTSPAuth
object. This implementation does nothing, as it is the default behavior.
--
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