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 594254 - propagate the pt-type-changed signal
propagate the pt-type-changed signal
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-05 18:46 UTC by Håvard Graff (hgr)
Modified: 2009-09-08 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Håvard Graff (hgr) 2009-09-05 18:46:05 UTC
The application will often want to know what is the current pt-type for each session.
Comment 1 Håvard Graff (hgr) 2009-09-05 18:47:02 UTC
Created attachment 142551 [details] [review]
patch
Comment 2 Wim Taymans 2009-09-08 12:02:17 UTC
did some changes:
 - fixed signal name to match the rtpptdemux element
 - save signal id in the right variable
 - remove signal handler when shutting down


commit 2912b21d1406c67174cbabd899b7149fb3b7085d
Author: Håvard Graff <havard.graff@tandberg.com>
Date:   Tue Sep 8 13:59:56 2009 +0200

    rtpbin: propagate payload-type-change signal from demuxer
    
    fixes #594254