summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorLinus Svensson <linusp.svensson@gmail.com>2014-04-11 23:52:49 +0200
committerWim Taymans <wtaymans@redhat.com>2014-04-12 06:15:03 +0200
commit9219509bcfbc84b6c9d826b60b1d88f1619f016e (patch)
tree270b7f01ac30c9b5e49747a404b7c101791e9202 /gst
parent80474e9e5e0f17c44d553192a2281d17c4ff2015 (diff)
rtsp-session-pool: Fixes annotation
Fixes annotation for gst_rtsp_session_pool_create() and memory leaks in the sessionpool test. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=728060
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp-server/rtsp-session-pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-session-pool.c b/gst/rtsp-server/rtsp-session-pool.c
index d30d6da..5111eaa 100644
--- a/gst/rtsp-server/rtsp-session-pool.c
+++ b/gst/rtsp-server/rtsp-session-pool.c
@@ -319,7 +319,7 @@ create_session (GstRTSPSessionPool * pool, const gchar * id)
*
* Create a new #GstRTSPSession object in @pool.
*
- * Returns: (transfer none): a new #GstRTSPSession.
+ * Returns: (transfer full): a new #GstRTSPSession.
*/
GstRTSPSession *
gst_rtsp_session_pool_create (GstRTSPSessionPool * pool)