[vlc-devel] commit: Qt: v4l2 syntax isn't :v4l2-dev= ... (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jul 10 12:30:42 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 12:30:12 2009 +0200| [8d26f8c30bf2139ffe9c0a2bfd0db68fb640fd6a] | committer: Jean-Baptiste Kempf 

Qt: v4l2 syntax isn't :v4l2-dev= ...

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

 modules/gui/qt4/components/open_panels.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 103208f..32f8eca 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1158,8 +1158,7 @@ void CaptureOpenPanel::updateMRL()
         mrl += " :v4l-frequency=" + QString::number( v4lFreq->value() );
         break;
     case V4L2_DEVICE:
-        fileList << "v4l2://";
-        mrl += " :v4l2-dev=" + v4l2VideoDevice->text();
+        fileList << "v4l2://" + v4l2VideoDevice->text();
         mrl += " :input-slave=alsa://" + v4l2AudioDevice->text();
         mrl += " :v4l2-standard=" + QString::number( v4l2StdBox->currentIndex() );
         break;




More information about the vlc-devel mailing list