summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Zhang <chao.zhang@access-company.com>2008-11-13 16:11:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-13 16:11:16 +0000
commitbe3906c91892cb9ecf56782615b301762d67ea4f (patch)
treeb32e323a107849235cdc161b7f3d35a42afb8bdc /ChangeLog
parentbfb73112af20309fabbb56c2c9cd536e7a276662 (diff)
gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.
Original commit message from CVS: Based on patch by: Eric Zhang <chao.zhang at access-company dot com> * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type), (gst_rtspsrc_class_init), (gst_rtspsrc_set_property), (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp_sinks), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send_dummy_packets), (gst_rtspsrc_create_transports_string), (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): * gst/rtsp/gstrtspsrc.h: Add property to configure NAT traversal method. Ignore EOS from the internal sinks. Implement sending dummy packets as a (simple) method to open up some firewalls. Send PLAY request to the server after we started the udp sources. Fixes #559545.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18707718..df9d00b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
+ Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
+ (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
+ (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
+ (gst_rtspsrc_stream_free),
+ (gst_rtspsrc_stream_configure_udp_sinks),
+ (gst_rtspsrc_stream_configure_transport),
+ (gst_rtspsrc_send_dummy_packets),
+ (gst_rtspsrc_create_transports_string),
+ (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
+ * gst/rtsp/gstrtspsrc.h:
+ Add property to configure NAT traversal method.
+ Ignore EOS from the internal sinks.
+ Implement sending dummy packets as a (simple) method to open up
+ some firewalls.
+ Send PLAY request to the server after we started the udp sources.
+ Fixes #559545.
+
+2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
+
Patch by: Yotam <sh dot yotam at gmail dot com>
* gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):