]> git.sesse.net Git - vlc/commit
Qt4: rework HTTP sout box
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Dec 2009 21:28:00 +0000 (23:28 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Dec 2009 21:28:00 +0000 (23:28 +0200)
commitabe147c03c7586d4a0f3ccc5ca455cc80b06de5f
treea0ac0c3fc0811ed0faa3db27e6ecf28e13727d5d
parent69258670bd54666f2aeb12cb1700c76694507199
Qt4: rework HTTP sout box

The address field is removed, as it is quite useless. The default
unspecified value works just fine. In fact, it works better than
0.0.0.0 as it allows both IPv6 and IPv4 automatically.

A new path field is added for the local path, defaults to '/'
consistent with HTTP URI semantics ("http://www.example.com" really
means "http://www.example.com/").
modules/gui/qt4/components/sout/sout_widgets.cpp