[vlc-commits] Upnp/satip: default to auto and rename options

Jean-Baptiste Kempf git at videolan.org
Sun Jul 29 18:50:41 CEST 2018


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 29 18:50:24 2018 +0200| [7b7b10656f5ce74cef9279b8ba27df9697f73219] | committer: Jean-Baptiste Kempf

Upnp/satip: default to auto and rename options

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b7b10656f5ce74cef9279b8ba27df9697f73219
---

 modules/services_discovery/upnp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
index b138fef4f4..a2a66b9ed4 100644
--- a/modules/services_discovery/upnp.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -56,7 +56,7 @@ static const char *const ppsz_satip_channel_lists[] = {
     "Auto", "ASTRA_19_2E", "ASTRA_28_2E", "ASTRA_23_5E", "MasterList", "ServerList", "CustomList"
 };
 static const char *const ppsz_readible_satip_channel_lists[] = {
-    N_("Auto"), "Astra 19.2°E", "Astra 28.2°E", "Astra 23.5°E", N_("Master List"), N_("Server List"), N_("Custom List")
+    N_("Auto"), "Astra 19.2°E", "Astra 28.2°E", "Astra 23.5°E", N_("SAT>IP Main List"), N_("Device List"), N_("Custom List")
 };
 
 namespace {
@@ -106,7 +106,7 @@ vlc_module_begin()
     set_capability( "services_discovery", 0 );
     set_callbacks( SD::OpenSD, SD::CloseSD );
 
-    add_string( "satip-channelist", "ASTRA_19_2E", SATIP_CHANNEL_LIST,
+    add_string( "satip-channelist", "auto", SATIP_CHANNEL_LIST,
                 SATIP_CHANNEL_LIST, false )
     change_string_list( ppsz_satip_channel_lists, ppsz_readible_satip_channel_lists )
     add_string( "satip-channellist-url", NULL, SATIP_CHANNEL_LIST_URL,



More information about the vlc-commits mailing list