From 16db868e0bad210cce52cc472c6598bfcf2436c8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 6 Aug 2010 14:04:02 +0100 Subject: 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 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 7376c486b..0e23863ef 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; -- cgit v1.2.3