diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-14 21:02:19 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-14 21:02:19 +0000 |
commit | ce2c8b6706e0662bbd197f40fea8281746694145 (patch) | |
tree | bfe6cc0c6406db6de9027abe98d9e8410e922ece /ChangeLog | |
parent | affa2929519cee158d1c59853d6f286e54419f37 (diff) | |
download | gstreamer-plugins-bad-ce2c8b6706e0662bbd197f40fea8281746694145.tar.gz |
gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warning instead of just posting an error and ...
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_chain):
Simply drop bad RTP packets with a warning instead of just posting an
error and stopping. This is a perfectly recoverable event and we don't
force people to use an rtpbin to filter out bad packets first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_chain): + Simply drop bad RTP packets with a warning instead of just posting an + error and stopping. This is a perfectly recoverable event and we don't + force people to use an rtpbin to filter out bad packets first. + +2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init): Set fixed caps on the srcpad after we created the pad... |