Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP client: rename RTSP/TCP to correct RTP/AVP/TCP transfer mode
  • Loading branch information
perexg committed Jun 6, 2016
1 parent 31b99e2 commit cb0386a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/input/mpegts/satip/satip.c
Expand Up @@ -232,8 +232,9 @@ const idclass_t satip_device_class =
{
.type = PT_BOOL,
.id = "tcp_mode",
.name = N_("RTSP/TCP (embedded data)"),
.desc = N_("Enable or disable RTSP/TCP (embedded data) support."),
.name = N_("RTP/AVP/TCP (embedded data)"),
.desc = N_("Enable or disable RTP/AVP/TCP transfer mode "
"(embedded data in the RTSP session) support."),
.opts = PO_ADVANCED,
.off = offsetof(satip_device_t, sd_tcp_mode),
},
Expand Down

0 comments on commit cb0386a

Please sign in to comment.