This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: Print debug information about video plugin selection Author: Mauro Carvalho Chehab <[email protected]> Date: Tue Feb 1 16:38:24 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> libng/grab-ng.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=e6f2b432d347a37f4776e2201dc7f6fecbc020d3 diff --git a/libng/grab-ng.c b/libng/grab-ng.c index e096ffe..5484267 100644 --- a/libng/grab-ng.c +++ b/libng/grab-ng.c @@ -565,6 +565,13 @@ ng_vid_open(char *device, char *driver, struct ng_video_fmt *screen, } #endif + if (ng_debug) { + if (driver) + fprintf(stderr,"vid-open: Seeking for %s plugin.\n", driver); + else + fprintf(stderr,"vid-open: Seeking for the first available driver.\n"); + } + /* check all grabber drivers */ list_for_each(item,&ng_vid_drivers) { drv = list_entry(item, struct ng_vid_driver, list); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
