Skip to content

Commit

Permalink
pass correct context to KMP_log_mediainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 10, 2024
1 parent c5f12ec commit 81e9e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcoder/receiver_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int clientLoop(receiver_server_t *server,receiver_server_session_t *session,tran
break;
}

KMP_log_mediainfo(transcode_session, CATEGORY_RECEIVER, AV_LOG_INFO, newParams);
KMP_log_mediainfo(&session->kmpClient, CATEGORY_RECEIVER, AV_LOG_INFO, newParams);

if( (retVal = transcode_session_async_set_mediaInfo(transcode_session, newParams)) < 0)
{
Expand Down

0 comments on commit 81e9e37

Please sign in to comment.