Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Feb 20, 2023
1 parent 3906620 commit c499872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/transcoder/transcoder_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ void TranscoderStream::CreateFilters(MediaFrame *buffer)
bool ret = filter->Configure(filter_id, input_track, output_track, bind(&TranscoderStream::OnFilteredFrame, this, std::placeholders::_1, std::placeholders::_2));
if (ret != true)
{
logte("%s `ed to create filter. filterId: %d", _log_prefix.CStr(), filter_id);
logte("%s Failed to create filter. filterId: %d", _log_prefix.CStr(), filter_id);
continue;
}

Expand Down

0 comments on commit c499872

Please sign in to comment.