media: don't unref the pipeline in unprepare
authorOgnyan Tonchev <ognyan@axis.com>
Mon, 22 Apr 2013 14:19:35 +0000 (16:19 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 22 Apr 2013 14:19:35 +0000 (16:19 +0200)
commit0bdff0161c14ccc29c60c3296c748b1434ecde0a
treefcabf30d615c3c5c70a84ef85d3d1e943a87f537
parent6081f913515f5e318e39679b29f9b7ba4e3e3f6b
media: don't unref the pipeline in unprepare

Unprepare() should undo what prepare() does. Because the pipeline is
not created in prepare(), we should not unref it in unprepare()
gst/rtsp-server/rtsp-media.c