Skip to content

Commit 89e709e

Browse files
kierankfunman
authored andcommitted
upipe_srt_handshake: Throw source end if socket id is wrong.
Fixes getting stuck with old caller (cherry picked from commit 453f395) Signed-off-by: Rafaël Carré <[email protected]>
1 parent b257545 commit 89e709e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/upipe-srt/upipe_srt_handshake.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,7 @@ static void upipe_srt_handshake_input(struct upipe *upipe, struct uref *uref,
17081708
upipe_srt_handshake->socket_id);
17091709
ubase_assert(uref_block_unmap(uref, 0));
17101710
uref_free(uref);
1711+
upipe_throw_source_end(upipe);
17111712
return;
17121713
}
17131714

0 commit comments

Comments
 (0)