Skip to content

Commit

Permalink
vrxtx/rtsp: update printed name
Browse files Browse the repository at this point in the history
replace "H264 standard" with "RTP standard (using RTSP)" - the "standard"
protocol (on the sender) is no longer restricted to H264 - JPEG is also
possible as well as couple of audio codecs.
  • Loading branch information
MartinPulec committed Aug 8, 2024
1 parent bcb2ed9 commit 3347878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_rxtx/h264_rtp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static video_rxtx *create_video_rxtx_h264_std(std::map<std::string, param_u> con
}

static const struct video_rxtx_info h264_video_rxtx_info = {
"H264 standard",
"RTP standard (using RTSP)",
create_video_rxtx_h264_std
};

Expand Down

0 comments on commit 3347878

Please sign in to comment.