[pinpoint] thumbnailer: Remove debugging messages
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pinpoint] thumbnailer: Remove debugging messages
- Date: Wed, 26 Oct 2011 17:40:45 +0000 (UTC)
commit ad4dbb0ce9d1c16e6e54911ea297ef475ba28163
Author: Damien Lespiau <damien lespiau intel com>
Date: Tue Oct 25 19:15:22 2011 +0100
thumbnailer: Remove debugging messages
gst-video-thumbnailer.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gst-video-thumbnailer.c b/gst-video-thumbnailer.c
index ee0a340..f33acf7 100644
--- a/gst-video-thumbnailer.c
+++ b/gst-video-thumbnailer.c
@@ -194,7 +194,6 @@ gst_video_thumbnailer_get_shot (const gchar *location,
while (state == GST_STATE_CHANGE_ASYNC
&& count < 5
&& !g_cancellable_is_cancelled (cancellable)) {
- g_print ("Waiting in loop %d\n", count);
state = gst_element_get_state (playbin, NULL, 0, 1 * GST_SECOND);
count++;
@@ -237,7 +236,6 @@ gst_video_thumbnailer_get_shot (const gchar *location,
state = gst_element_get_state (playbin, NULL, 0,
0.2 * GST_SECOND);
while (state == GST_STATE_CHANGE_ASYNC && count < 3) {
- g_print ("Waiting in loop %d\n", count);
state = gst_element_get_state (playbin, NULL, 0, 1 * GST_SECOND);
count++;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]