[longomatch] libcesarplayer: use gst debug for unhandled messages



commit 201aae6930913e7001bfbe21190f82294f547eda
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Nov 4 18:00:10 2012 +0100

    libcesarplayer: use gst debug for unhandled messages

 libcesarplayer/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/bacon-video-widget-gst-0.10.c b/libcesarplayer/bacon-video-widget-gst-0.10.c
index 10c44dd..c779c46 100644
--- a/libcesarplayer/bacon-video-widget-gst-0.10.c
+++ b/libcesarplayer/bacon-video-widget-gst-0.10.c
@@ -737,7 +737,7 @@ bvw_handle_application_message (BaconVideoWidget * bvw, GstMessage * msg)
   if (strcmp (msg_name, "stream-changed") == 0) {
     bvw_update_stream_info (bvw);
   } else {
-    g_message ("Unhandled application message %s", msg_name);
+    GST_DEBUG ("Unhandled application message %s", msg_name);
   }
 }
 



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