rtpsource: Do not try to push NULL buffers
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>
Mon, 22 Jun 2015 09:28:13 +0000 (11:28 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 22 Jun 2015 10:26:59 +0000 (12:26 +0200)
commit11f298a33864d22d9c3168dcdb77111f5f7dea99
tree5852f7802de5e13e1209590a6179d21cf3b4580c
parent636d47d2d666781e3fc9767a5362939b309d1e01
rtpsource: Do not try to push NULL buffers

If update_receiver_stats() fails, we can't really do anything with this buffer
anymore and have to drop it. This happens if there's a big seqnum
discontinuity for example.

https://bugzilla.gnome.org/show_bug.cgi?id=751311
gst/rtpmanager/rtpsource.c