=== release 0.10.20 === 2010-03-08 Tim-Philipp Müller * configure.ac: releasing 0.10.20, "Lemonade" 2010-03-08 16:47:04 +0000 Tim-Philipp Müller * ext/flac/gstflacdec.c: flacdec: don't send second newsegment event in framed mode, fixes long playback delay Don't send another newsegment event if the upstream muxer/parser has already sent one (otherwise the sink will wait for $duration before starting playback). Fixes long delay until playback starts with flac-in-ogg files. Fixes #610959. 2010-03-05 13:49:31 +0100 Wim Taymans * gst/rtsp/gstrtspsrc.c: rtspsrc: configure multicast correctly Take the transport destination for multicast. Disable loop and autojoin for multicast on the udpsinks. 2010-03-05 13:47:33 +0100 Wim Taymans * gst/udp/gstmultiudpsink.c: multicast: always configure loop and ttl Also configure TTL and loop parameters when we add a client after initializing the sender. 2010-03-08 12:13:32 +0100 Wim Taymans * gst/rtp/gstrtph263depay.c: Revert "rtph263depay: baseclass handles timestamps for us" This reverts commit 564581e1b88ecd5ec5da82c3cafb0e7a2d58b302. If we don't call push_ts, there will be no timestamp at all on the outgoing buffer. Fixes #612154 2010-02-23 22:16:39 -0500 Benjamin M. Schwartz * gst/y4m/gsty4mencode.c: * gst/y4m/gsty4mencode.h: Add 4:2:2, 4:1:1, and 4:4:4 output support 2010-03-02 13:21:24 +0100 Wim Taymans * gst/rtpmanager/rtpsource.c: rtpsource: use payload size to estimate bitrate Use the length of the payload for estimating the receiver bitrate so that it matches the calculations done on the sender side. Together with the number of packets one can scale the bitrate with the header overhead of the lower transport. 2010-03-02 12:39:20 +0100 Wim Taymans * gst/rtpmanager/rtpsource.c: * gst/rtpmanager/rtpsource.h: rtpsource: refactor bitrate estimation Don't reuse the same variable we need for stats for the bitrate estimation because we're updating it. Refactor the bitrate estimation code so that both sender and receivers use the same code path. 2010-03-01 16:40:27 -0500 Tristan Matthews * gst/rtpmanager/rtpsource.c: added bitrate estimation to receiver-side stats, fixes #611213 2010-03-01 16:01:24 +0100 Wim Taymans * gst/rtp/gstrtph263pay.c: h263pay: fix typo in debug