projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9a303
)
Revert "gstrtspsrc: set buffer-size for multicast buffers"
author
Tim-Philipp Müller
<tim@centricular.net>
Thu, 9 May 2013 08:07:38 +0000
(09:07 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Thu, 9 May 2013 08:09:59 +0000
(09:09 +0100)
This reverts commit
2481e95d038b42297a016f1d2dc1af26d2175b42
.
This is already done five lines above, it was added a year
ago in commit
561b131e
.
gst/rtsp/gstrtspsrc.c
patch
|
blob
|
history
diff --git
a/gst/rtsp/gstrtspsrc.c
b/gst/rtsp/gstrtspsrc.c
index
551dfc5
..
d74403b
100644
(file)
--- a/
gst/rtsp/gstrtspsrc.c
+++ b/
gst/rtsp/gstrtspsrc.c
@@
-2889,10
+2889,6
@@
gst_rtspsrc_stream_configure_mcast (GstRTSPSrc * src, GstRTSPStream * stream,
g_object_set (G_OBJECT (stream->udpsrc[0]), "multicast-iface",
src->multi_iface, NULL);
- if (src->udp_buffer_size != 0)
- g_object_set (G_OBJECT (stream->udpsrc[0]), "buffer-size",
- src->udp_buffer_size, NULL);
-
/* change state */
gst_element_set_state (stream->udpsrc[0], GST_STATE_PAUSED);
}