Skip to content

Commit

Permalink
upipe_srt_handshake: Throw source end if socket id is wrong.
Browse files Browse the repository at this point in the history
Fixes getting stuck with old caller

(cherry picked from commit 453f3958e0982043b4c4b9508b8cbcae9ffe8986)
Signed-off-by: Rafaël Carré <[email protected]>
  • Loading branch information
kierank authored and funman committed Nov 7, 2024
1 parent b257545 commit 89e709e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/upipe-srt/upipe_srt_handshake.c
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,7 @@ static void upipe_srt_handshake_input(struct upipe *upipe, struct uref *uref,
upipe_srt_handshake->socket_id);
ubase_assert(uref_block_unmap(uref, 0));
uref_free(uref);
upipe_throw_source_end(upipe);
return;
}

Expand Down

0 comments on commit 89e709e

Please sign in to comment.