[Bug 30386] New: Regression: StreamedMediaChannel::streamAdded is not emitted when one requests a new stream using a StreamedMedia channel type
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 26 20:11:09 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30386
Summary: Regression: StreamedMediaChannel::streamAdded is not
emitted when one requests a new stream using a
StreamedMedia channel type
Product: Telepathy
Version: git master
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-qt4
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: kiagiadakis.george at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
When a new stream is requested on a Tp::StreamedMediaChannel that wraps a
StreamedMedia channel type, the PendingMediaStreams object internally adds a
content for this stream (in PendingMediaStreams::gotSMStreams) but never emits
any signal that the stream and the content were added. Later, the
StreamedMedia.StreamAdded signal arrives from the connection manager, but the
corresponding Qt signal is not emitted because the stream already exists in the
StreamedMediaChannel's internal data (StreamedMediaChannel::onSMStreamAdded
prints "Received StreamedMedia.StreamAdded for an existing stream, ignoring").
This is a regression compared to older versions, where the streamAdded() signal
was emitted correctly in this case, complying with the spec.
--
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