summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch
deleted file mode 100644
index 428e1ce..0000000
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/rtsp-check-all-protocols.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
-index b6e313c..7ecc04d 100644
---- a/gst/rtsp/gstrtspsrc.c
-+++ b/gst/rtsp/gstrtspsrc.c
-@@ -5351,12 +5351,13 @@ gst_rtspsrc_setup_streams (GstRTSPSrc * src, gboolean async)
- case GST_RTSP_LOWER_TRANS_UDP_MCAST:
- /* only allow multicast for other streams */
- GST_DEBUG_OBJECT (src, "stream %p as UDP multicast", stream);
-- protocols = GST_RTSP_LOWER_TRANS_UDP_MCAST;
-+ //
-+ //protocols = GST_RTSP_LOWER_TRANS_UDP_MCAST;
- break;
- case GST_RTSP_LOWER_TRANS_UDP:
- /* only allow unicast for other streams */
- GST_DEBUG_OBJECT (src, "stream %p as UDP unicast", stream);
-- protocols = GST_RTSP_LOWER_TRANS_UDP;
-+ //protocols = GST_RTSP_LOWER_TRANS_UDP;
- break;
- default:
- GST_DEBUG_OBJECT (src, "stream %p unknown transport %d", stream,