[totem] grilo: Add debug statements



commit 559ecb801b4c591415685abd6a4bb73ae8dbb9ea
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 23 17:19:31 2015 +0200

    grilo: Add debug statements
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746165

 src/totem-grilo.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index c3558e8..fb760cf 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -2488,6 +2488,8 @@ totem_grilo_finalize (GObject *object)
 void
 totem_grilo_start (TotemGrilo *self)
 {
+       g_debug ("TotemGrilo: Resuming videos thumbnailing");
+
        totem_grilo_resume_icon_thumbnailing ();
 
        if (self->priv->plugins_loaded)
@@ -2502,6 +2504,7 @@ totem_grilo_start (TotemGrilo *self)
 void
 totem_grilo_pause (TotemGrilo *self)
 {
+       g_debug ("TotemGrilo: Pausing videos thumbnailing");
        totem_grilo_pause_icon_thumbnailing ();
 }
 


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