mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
ristsrc: Fix comment about odd/even ports
It is the RTP port that is even, and the RTCP port being +1 (hence odd).
This commit is contained in:
parent
e0b2d34237
commit
06d7a5ca3c
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ gst_rist_src_set_property (GObject * object, guint prop_id,
|
|||
case PROP_PORT:{
|
||||
guint port = g_value_get_uint (value);
|
||||
|
||||
/* According to 5.1.1, RTCP receiver port most be event number and RTCP
|
||||
/* According to 5.1.1, RTP receiver port most be even number and RTCP
|
||||
* port should be the RTP port + 1 */
|
||||
|
||||
if (port & 0x1) {
|
||||
|
|
Loading…
Reference in a new issue