[empathy] Remove uses of new GStreamer API



commit 16db868e0bad210cce52cc472c6598bfcf2436c8
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Aug 6 14:04:02 2010 +0100

    Remove uses of new GStreamer API
    
    Various GstMessageType members were added after 0.10.0, so we shouldn't
    use them.

 src/empathy-call-window.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 7376c48..0e23863 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2759,12 +2759,6 @@ empathy_call_window_bus_message (GstBus *bus, GstMessage *message,
       case GST_MESSAGE_SEGMENT_START:
       case GST_MESSAGE_SEGMENT_DONE:
       case GST_MESSAGE_DURATION:
-      case GST_MESSAGE_LATENCY:
-      case GST_MESSAGE_ASYNC_START:
-      case GST_MESSAGE_ASYNC_DONE:
-      case GST_MESSAGE_REQUEST_STATE:
-      case GST_MESSAGE_STEP_START:
-      case GST_MESSAGE_QOS:
       case GST_MESSAGE_ANY:
       default:
         break;



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