[Pidgin] #14936: Port to Farstream

Pidgin trac at pidgin.im
Wed Mar 21 18:40:05 EDT 2012


#14936: Port to Farstream
------------------------------------+---------------------------------------
 Reporter:  ocrete                  |        Owner:  Maiku          
     Type:  patch                   |       Status:  new            
Milestone:  Patches Needing Review  |    Component:  Voice and Video
  Version:  2.10.1                  |   Resolution:                 
 Keywords:                          |  
------------------------------------+---------------------------------------

Comment(by haakon):

 port-to-farstream-v2.patch segfaults Pidgin in
 gst_handle_message_element() when initiating a call. This is caused by
 superfluous ampersand in create_participant() function where instead of

 {{{
 g_object_set(participant, "cname", &name, NULL);
 }}}

 there should be

 {{{
 g_object_set(participant, "cname", name, NULL);
 }}}

 Fixed in port-to-farstream-v3.patch.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/14936#comment:5>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list