Skip to content

srt: fix segfault if send_headers() failed

Guillaume Desmottes requested to merge gdesmott/gstreamer:srt-crash into main

The error handling code was assuming that 'internal_error' was set, while we were passing the caller GError. The internal error is already propagated to the caller later on.

Merge request reports

Loading