From beaa3f8ab0b284ea92ec3473b51497f2adcbad63 Mon Sep 17 00:00:00 2001 From: xliska Date: Tue, 29 Sep 2009 10:09:12 +0000 Subject: [PATCH] Corrected two error messages. --- ultragrid/src/video_capture/decklink.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ultragrid/src/video_capture/decklink.cpp b/ultragrid/src/video_capture/decklink.cpp index 75ef659fa..cf8095dab 100644 --- a/ultragrid/src/video_capture/decklink.cpp +++ b/ultragrid/src/video_capture/decklink.cpp @@ -291,7 +291,7 @@ vidcap_decklink_init(int fps) deckLinkIterator = CreateDeckLinkIteratorInstance(); if (deckLinkIterator == NULL) { - printf("A DeckLink iterator could not be created. The DeckLink drivers may not be installed.\n"); + printf("A DeckLink iterator could not be created. The DeckLink drivers may not be installed.\n"); return NULL; } @@ -568,8 +568,8 @@ vidcap_decklink_grab(void *state) debug_msg("vidcap_decklink_grab - AFTER pthread_cond_timedwait - newFrameReady: %d\n",s->delegate->newFrameReady); /* TOREMOVE */ if (rc != 0) { //(rc == ETIMEDOUT) { - printf("The timeout of waiting for new frame!\n"); - debug_msg("The timeout of waiting for new framed!\n"); + printf("Waiting for new frame timed out!\n"); + debug_msg("Waiting for new frame timed out!\n"); // try to restart stream /*