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 702173 - rtsp-client: Make configure_client_transport virtual
rtsp-client: Make configure_client_transport virtual
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-13 12:34 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtsp-client: Make configure_client_transport virtual (2.98 KB, patch)
2013-06-13 12:34 UTC, Ognyan Tonchev (redstar_)
none Details | Review

Description Ognyan Tonchev (redstar_) 2013-06-13 12:34:08 UTC
Created attachment 246714 [details] [review]
rtsp-client: Make configure_client_transport virtual

This patch makes configure_client_transport virtual. The functionality is needed to handle some weird clients sending multicast transport settings as url options.
Comment 1 Wim Taymans 2013-06-17 14:19:42 UTC
commit 7e9df0e112c0074bda4305294a623efdcd54979c
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Mon Jun 17 16:18:37 2013 +0200

    rtsp-client: Make configure_client_transport virtual
    
    This patch makes configure_client_transport virtual. The functionality is
    needed to handle some weird clients sending multicast transport settings as url
    options.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702173