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 703173 - gst-rtsp-server: test_describe is broken
gst-rtsp-server: test_describe is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
1.0.6
Other Linux
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-27 09:36 UTC by Patricia Muscalu
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix client test (1.43 KB, patch)
2013-06-27 09:36 UTC, Patricia Muscalu
none Details | Review

Description Patricia Muscalu 2013-06-27 09:36:26 UTC
Created attachment 247880 [details] [review]
fix client test

gst_rtsp_client_get_uri() function doesn't exist any longer:

commit 27a786aa4adfff487e231a75bde2c6125e8adf9d
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed Jun 26 16:32:06 2013 +0200

    client: remove _get_uri() method
    
    Remove the get_uri() method on the client. A client has no uri, the uri
    property is an internal property to manage the last cached media for
    the client.
Comment 1 Wim Taymans 2013-06-27 10:24:28 UTC
commit ffefd9e80bd89ac04710eb5957a40deb340659c2
Author: Patricia Muscalu <patricia@axis.com>
Date:   Thu Jun 27 11:21:42 2013 +0200

    tests: fix tests
    
    gst_rtsp_client_get_uri() has been removed
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703173