[Bug 47038] TpCallContentMediaDescription should implement extra interfaces

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 8 10:05:27 CET 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47038

--- Comment #4 from Xavier Claessens <xclaesse at gmail.com> 2012-03-08 01:05:27 PST ---
The problem with those function that just add the interface, is that they leave
properties undefined. If I understand correctly, the goal is to be able to
implement the ifaces with HeaderExtensions and/or FeedbackMessages empty,
right?

In that case, I'm ok with
tp_call_content_media_description_add_rtp_header_extensions_interface() since
that iface has no other properties. But
tp_call_content_media_description_add_rtcp_feedback_interface() is useless
since you need to define does-avpf so just calling
tp_call_content_media_description_set_does_avpf() is better. And
tp_call_content_media_description_add_rtcp_extended_reports_interface() is
useless since you need to define all properties anyway with
tp_call_content_media_description_set_rtcp_extended_reports().

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list