GNOME Bugzilla – Bug 777972
segmentation fault in case of using authorization
Last modified: 2017-01-31 10:17:36 UTC
Created attachment 344632 [details] [review] Patch that corrects the bug RTSP server ALWAYS generates segmentation fault if authorization is used. The problem is that gst_rtsp_auth_check function is declared as 'gst_rtsp_auth_check_method' in rtsp-auth.h header. In other words, this function is declared with the wrong name. This results to parameters mismatch while using the function in rtsp-client.c module. The patch is attached. Best regeards, Alexey Kosilin
Thank you for the patch, but we are no longer maintaining or accepting patches for the 0.10 series. You should upgrade to one of the 1.x releases of GStreamer and gst-rtsp-server.