GNOME Bugzilla – Bug 572900
gstrtpsession should not forward recv side event to the send side
Last modified: 2009-02-26 12:12:07 UTC
Currently, gstrtpsession forwards events received from the recv side onto the send side, this seems wrong.
Created attachment 129368 [details] [review] remove bizzare forwarding of events
commit 8961f43ec8da1c6a61203cf32dda586ea8471aa0 Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Thu Feb 26 13:10:29 2009 +0100 gstrtpbin: Don't forward revc events to sender Don't send events from the receiver to the sender side. Fixes #572900.