client: Stop caching media in client when doing setup
authorLinus Svensson <linussn@axis.com>
Thu, 23 Oct 2014 10:54:03 +0000 (12:54 +0200)
committerWim Taymans <wtaymans@redhat.com>
Fri, 7 Nov 2014 11:34:23 +0000 (12:34 +0100)
commita455181aff9231c4a00777f456a80d6de1019f05
tree193ba9c7fc7191c77a6515b4b475acd817d9fb2d
parent7c267928ff8a74c15fe0821985c96d9fcda97f30
client: Stop caching media in client when doing setup

If the media has been managed by a session media, it should not be
cached in the client any longer. The GstRTSPSessionMedia object is now
responsible for unpreparing the GstRTSPMedia object using
gst_rtsp_media_unprepare(). Unprepare the media when finalizing the
session media.

https://bugzilla.gnome.org/show_bug.cgi?id=739112
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-session-media.c