[vlc-devel] commit: Qt: Sout Profiles: be sure to set a mux. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Mar 14 14:43:07 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 14:42:52 2009 +0100| [9adc9c55e941b9ea04dec9228bb3e731ad518667] | committer: Jean-Baptiste Kempf 

Qt: Sout Profiles: be sure to set a mux.

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

 .../gui/qt4/components/sout/profile_selector.cpp   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index 775a391..fc558f9 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -65,6 +65,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
     CONNECT( profileBox, activated( int ),
              this, updateOptions( int ) );
 
+    updateOptions( 0 );
 }
 
 inline void VLCProfileSelector::fillProfilesCombo()




More information about the vlc-devel mailing list