rtsp-client: don't use g_object_unref on GstRTSPSessionMedia
authorDavid Svensson Fors <davidsf@axis.com>
Tue, 12 Jun 2012 11:39:35 +0000 (13:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 14 Jun 2012 08:14:06 +0000 (10:14 +0200)
commitdc796bf075abbec437cb50a2a8383a7e3f04c532
tree263ee171166fc3971919a56452f74cda8743cd9c
parentaa158fa738bd3a5b7ba2aa561d9f1347af155570
rtsp-client: don't use g_object_unref on GstRTSPSessionMedia

GstRTSPSessionMedia is not a GObject type. When the
GstRTSPSession is freed, it will free the media.
gst/rtsp-server/rtsp-client.c