gstreamer plugins updated.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer / gst-plugins-good-0.10.31 / rtsp-check-all-protocols.patch
1 diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
2 index b6e313c..7ecc04d 100644
3 --- a/gst/rtsp/gstrtspsrc.c
4 +++ b/gst/rtsp/gstrtspsrc.c
5 @@ -5351,12 +5351,13 @@ gst_rtspsrc_setup_streams (GstRTSPSrc * src, gboolean async)
6          case GST_RTSP_LOWER_TRANS_UDP_MCAST:
7            /* only allow multicast for other streams */
8            GST_DEBUG_OBJECT (src, "stream %p as UDP multicast", stream);
9 -          protocols = GST_RTSP_LOWER_TRANS_UDP_MCAST;
10 +          //
11 +          //protocols = GST_RTSP_LOWER_TRANS_UDP_MCAST;
12            break;
13          case GST_RTSP_LOWER_TRANS_UDP:
14            /* only allow unicast for other streams */
15            GST_DEBUG_OBJECT (src, "stream %p as UDP unicast", stream);
16 -          protocols = GST_RTSP_LOWER_TRANS_UDP;
17 +          //protocols = GST_RTSP_LOWER_TRANS_UDP;
18            break;
19          default:
20            GST_DEBUG_OBJECT (src, "stream %p unknown transport %d", stream,