GNOME Bugzilla – Bug 585839
Support for sending RTP packets as GstBufferList in the gstrtpbin
Last modified: 2009-06-19 17:11:18 UTC
These patches introduce the possibility to send multiple RTP packets as a GstBufferList in gstrtpbin. Unit test that makes sure that that the GstBufferList pushed to the gstrtpbin is not corrupted on it's way through the gstrtpbin.
Created attachment 136623 [details] [review] This patch introduces support for GstBufferLists in the gstrtpbin
Created attachment 136632 [details] [review] Unit test that tests GstRtpBin with GstBufferList
commit c70dbe94b5ff9a0993d852605d40c21020c59552 Author: Branko Subasic <branko.subasic at axis.com> Date: Fri Jun 19 19:09:19 2009 +0200 rtpbin: add support for buffer-list Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839