]> git.sesse.net Git - vlc/commit
FIX: DSHOW "none" device open (#2201). Some cleaning
authorbasos g <noxelia 4t gmail d0t c0m>
Wed, 11 Feb 2009 10:52:36 +0000 (12:52 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 5 Mar 2009 20:05:51 +0000 (21:05 +0100)
commit576844b24d53c39bdc524af235095ed7939e91fd
tree594098740e6746a8347a07e7463a7dda7e865e99
parentab33b3043c56d6b93871f3d680c2f92289ae8404
FIX: DSHOW "none" device open (#2201). Some cleaning

-Fix dshow "none" deivice be recognized as none
 Note that another patch concerning var_optionParse string
 dequoting should be applied for this to be fixed
 ( the concept is not to provide quoted strings to dshow options )
 -Account for the case when BOTH devices could not be opened
   (file an error, instead of seeming to play)
 -Cleaned a little
 -Added dbg and error msgs
 -Added coments

Rev 3

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/dshow/crossbar.cpp
modules/access/dshow/dshow.cpp