GNOME Bugzilla – Bug 738905
rtsp-client: add stream transport to the context
Last modified: 2014-10-21 09:46:26 UTC
Created attachment 288993 [details] [review] save stream transport in context Adding the stream transport to the context allows knowing what transports the user setup for a given stream. This can be obtained from the setup request signal. This might be useful to map a client to an RTCP port in on_ssrc_active callback where we get the RTCP port from RTP source.
Created attachment 288994 [details] [review] save stream transport in context (ABI compatible) Old patch broke ABI. I think this one is fine.
commit 0aad92531d3970aa3d7d901ab885717e4e6ac485 Author: Aleix Conchillo Flaqué <aleix@oblong.com> Date: Mon Oct 20 15:40:59 2014 -0700 rtsp-client: add stream transport to context We add the stream transport to the context so we can get the configured client stream transport in the setup request signal. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=738905