Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/google.c @ 26093:0605c1121613
Remove some unnecessary GStreamer code.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Sat, 10 Jan 2009 00:34:48 +0000 |
parents | d703474d6b81 |
children | f7cf50180e1d |
comparison
equal
deleted
inserted
replaced
26092:db517c55c508 | 26093:0605c1121613 |
---|---|
29 #include "jabber.h" | 29 #include "jabber.h" |
30 #include "presence.h" | 30 #include "presence.h" |
31 #include "iq.h" | 31 #include "iq.h" |
32 | 32 |
33 #ifdef USE_VV | 33 #ifdef USE_VV |
34 #include <gst/farsight/fs-conference-iface.h> | |
35 | 34 |
36 typedef struct { | 35 typedef struct { |
37 char *id; | 36 char *id; |
38 char *initiator; | 37 char *initiator; |
39 } GoogleSessionId; | 38 } GoogleSessionId; |
122 xmlnode_set_attrib(payload, "clockrate", clockrate); | 121 xmlnode_set_attrib(payload, "clockrate", clockrate); |
123 } | 122 } |
124 | 123 |
125 fs_codec_list_destroy(codecs); | 124 fs_codec_list_destroy(codecs); |
126 jabber_iq_send(iq); | 125 jabber_iq_send(iq); |
127 gst_element_set_state(purple_media_get_pipeline(session->media), GST_STATE_PLAYING); | |
128 } | 126 } |
129 | 127 |
130 static void | 128 static void |
131 google_session_send_terminate(GoogleSession *session) | 129 google_session_send_terminate(GoogleSession *session) |
132 { | 130 { |