After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572900 - gstrtpsession should not forward recv side event to the send side
gstrtpsession should not forward recv side event to the send side
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-23 20:30 UTC by Olivier Crête
Modified: 2009-02-26 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove bizzare forwarding of events (1.11 KB, patch)
2009-02-23 20:31 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2009-02-23 20:30:56 UTC
Currently, gstrtpsession forwards events received from the recv side onto the send side, this seems wrong.
Comment 1 Olivier Crête 2009-02-23 20:31:22 UTC
Created attachment 129368 [details] [review]
remove bizzare forwarding of events
Comment 2 Wim Taymans 2009-02-26 12:12:07 UTC
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.