[totem] Don't spam debug log with stream-status messages



commit 2d9717e7644e956e26d1f5d74da8e28f96452da6
Author: Tim-Philipp Müller <tim centricular net>
Date:   Fri Jan 29 20:30:46 2010 +0000

    Don't spam debug log with stream-status messages

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index dda38b4..9b9f703 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -2152,10 +2152,15 @@ bvw_bus_message_cb (GstBus * bus, GstMessage * message, gpointer data)
       break;
     }
 
+    /* FIXME: at some point we might want to handle CLOCK_LOST and set the
+     * pipeline back to PAUSED and then PLAYING again to select a different
+     * clock (this seems to trip up rtspsrc though so has to wait until
+     * rtspsrc gets fixed) */
     case GST_MESSAGE_CLOCK_PROVIDE:
     case GST_MESSAGE_CLOCK_LOST:
     case GST_MESSAGE_NEW_CLOCK:
     case GST_MESSAGE_STATE_DIRTY:
+    case GST_MESSAGE_STREAM_STATUS:
       break;
 
     default:



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