diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-06 21:04:02 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-06 21:04:02 +0800 |
commit | 16db868e0bad210cce52cc472c6598bfcf2436c8 (patch) | |
tree | 92c5135b6ad27b90901f9eba9ef39aa300f1573f /src/empathy-call-window.c | |
parent | 4bfa27bac875e9c5e4615fc907c343436198c7ee (diff) | |
download | gsoc2013-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/empathy-call-window.c')
-rw-r--r-- | 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 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; |