]> git.sesse.net Git - vlc/commitdiff
use correct address filed for MMSH
authorMarian Durkovic <md@videolan.org>
Sun, 23 Oct 2005 09:18:05 +0000 (09:18 +0000)
committerMarian Durkovic <md@videolan.org>
Sun, 23 Oct 2005 09:18:05 +0000 (09:18 +0000)
modules/gui/wxwidgets/streamout.cpp

index 13d9e4773992214967d41cce0799d1385dd620e6..3f8168e58850a62aea250fc415cab86884ec08fc 100644 (file)
@@ -356,7 +356,7 @@ void SoutDialog::UpdateMRL()
         dup_opts += encapsulation;
         if( i_encapsulation_type == ASF_ENCAPSULATION ) dup_opts += wxT("h");
         dup_opts += wxT(",url=");
-        dup_opts += net_addrs[HTTP_ACCESS_OUT]->GetLineText(0);
+        dup_opts += net_addrs[MMSH_ACCESS_OUT]->GetLineText(0);
         dup_opts += wxString::Format( wxT(":%d"),
                                       net_ports[MMSH_ACCESS_OUT]->GetValue() );
         dup_opts += wxT("}");