GNOME Bugzilla – Bug 762217
rtpsession: Add new signal 'on-app-rtcp'
Last modified: 2019-06-13 00:30:52 UTC
Created attachment 321538 [details] [review] implementation with test Similar to the 'on-feedback-rtcp' signal, but emitted for RTCP APP packets.
Comment on attachment 321538 [details] [review] implementation with test Also looks good to me
Comment on attachment 321538 [details] [review] implementation with test Does not apply to latest master
Created attachment 324991 [details] [review] Patch rebased on top of master rtpsession: Add new signal 'on-app-rtcp' Similar to the 'on-feedback-rtcp' signal, but emitted for RTCP APP packets.
commit 4c0e50932863fdeed376d92e92946e282ba9eab2 Author: Stian Selnes <stian@pexip.com> Date: Tue Nov 17 18:17:35 2015 +0100 rtpsession: Add new signal 'on-app-rtcp' Similar to the 'on-feedback-rtcp' signal, but emitted for RTCP APP packets. https://bugzilla.gnome.org/show_bug.cgi?id=762217
Why is the subtype of the packet sent to callback, but not the type of the packet ?
I could really use the packet type :)
Also, this new signal unfortunately doesn't get displayed by gst-inspect
Because the type is always the same, APP.
of course ! :) Thanks