From: Wim Taymans Date: Fri, 16 Aug 2013 14:10:43 +0000 (+0200) Subject: media: configure protocols in new streams X-Git-Tag: 1.19.3~495^2~995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf96774e6d11c3ef18b77a330b3d26d0fa05ca32;p=platform%2Fupstream%2Fgstreamer.git media: configure protocols in new streams --- diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c index a285895..e2ae520 100644 --- a/gst/rtsp-server/rtsp-media.c +++ b/gst/rtsp-server/rtsp-media.c @@ -1027,6 +1027,7 @@ gst_rtsp_media_create_stream (GstRTSPMedia * media, GstElement * payloader, stream = gst_rtsp_stream_new (idx, payloader, srcpad); if (priv->pool) gst_rtsp_stream_set_address_pool (stream, priv->pool); + gst_rtsp_stream_set_protocols (stream, priv->protocols); g_ptr_array_add (priv->streams, stream); g_mutex_unlock (&priv->lock);