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 594257 - Make sure basertpdepayload forwards events correctly
Make sure basertpdepayload forwards events correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-05 19:05 UTC by Håvard Graff (hgr)
Modified: 2009-09-08 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.95 KB, patch)
2009-09-05 19:05 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2009-09-05 19:05:19 UTC
Created attachment 142554 [details] [review]
patch

Not all codepaths that should forward would lead to a forwarded event.
Comment 1 Sebastian Dröge (slomo) 2009-09-08 13:12:52 UTC
commit 0bb5244754498cedd81a76d50a5db80f42465f39
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Mon Aug 31 20:31:56 2009 +0200

    basertpdepayload: fix event forwarding
    
    Not all codepaths that should forward would lead to a forwarded event.
    
    Fixes bug #594257.