aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-06 21:04:02 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-06 21:04:02 +0800
commit16db868e0bad210cce52cc472c6598bfcf2436c8 (patch)
tree92c5135b6ad27b90901f9eba9ef39aa300f1573f /src
parent4bfa27bac875e9c5e4615fc907c343436198c7ee (diff)
downloadgsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar.gz
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar.bz2
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar.lz
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar.xz
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.tar.zst
gsoc2013-empathy-16db868e0bad210cce52cc472c6598bfcf2436c8.zip
Remove uses of new GStreamer API
Various GstMessageType members were added after 0.10.0, so we shouldn't use them.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c6
1 files changed, 0 insertions, 6 deletions
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;