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 738905 - rtsp-client: add stream transport to the context
rtsp-client: add stream transport to the context
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-20 22:51 UTC by Aleix Conchillo Flaqué
Modified: 2014-10-21 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
save stream transport in context (3.34 KB, patch)
2014-10-20 22:51 UTC, Aleix Conchillo Flaqué
none Details | Review
save stream transport in context (ABI compatible) (3.44 KB, patch)
2014-10-20 23:09 UTC, Aleix Conchillo Flaqué
committed Details | Review

Description Aleix Conchillo Flaqué 2014-10-20 22:51:28 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.
Comment 1 Aleix Conchillo Flaqué 2014-10-20 23:09:54 UTC
Created attachment 288994 [details] [review]
save stream transport in context (ABI compatible)

Old patch broke ABI. I think this one is fine.
Comment 2 Wim Taymans 2014-10-21 09:46:16 UTC
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