aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-streamed-media-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-streamed-media-handler.c')
-rw-r--r--libempathy/empathy-streamed-media-handler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-streamed-media-handler.c b/libempathy/empathy-streamed-media-handler.c
index 152cf644e..6172376a0 100644
--- a/libempathy/empathy-streamed-media-handler.c
+++ b/libempathy/empathy-streamed-media-handler.c
@@ -30,7 +30,6 @@
#include <telepathy-farsight/stream.h>
#include "empathy-streamed-media-handler.h"
-#include "empathy-streamed-media-factory.h"
#include "empathy-marshal.h"
#include "empathy-utils.h"
@@ -806,7 +805,7 @@ empathy_streamed_media_handler_start_call (EmpathyStreamedMediaHandler *handler,
g_assert (priv->contact != NULL);
account = empathy_contact_get_account (priv->contact);
- request = empathy_streamed_media_factory_create_request (priv->contact,
+ request = empathy_call_create_streamed_media_request (priv->contact,
priv->initial_audio, priv->initial_video);
req = tp_account_channel_request_new (account, request, timestamp);