[longomatch] Use ksvideosrc instead of dshowvideosrc



commit e80620cbecb85de67aa76ec864b5cc2dd3f8e516
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 23 13:26:14 2014 +0100

    Use ksvideosrc instead of dshowvideosrc

 libcesarplayer/common.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcesarplayer/common.h b/libcesarplayer/common.h
index a057178..14fa5ab 100644
--- a/libcesarplayer/common.h
+++ b/libcesarplayer/common.h
@@ -34,8 +34,8 @@
 
 /*Default video/audio source*/
 #if defined(OSTYPE_WINDOWS)
-#define DVVIDEOSRC "dshowvideosrc"
-#define SYSVIDEOSRC "dshowvideosrc"
+#define DVVIDEOSRC "ksvideosrc"
+#define SYSVIDEOSRC "ksvideosrc"
 #define AUDIOSRC "dshowaudiosrc"
 #elif defined(OSTYPE_OS_X)
 #define DVVIDEOSRC "osxvideosrc"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]