rtp-payloading test: Fix working to 1.0 buffers instead of groups

This commit is contained in:
Olivier Crête 2019-06-14 16:54:23 -04:00 committed by Nicolas Dufresne
parent 13d25583db
commit 0c094612be

View file

@ -63,7 +63,7 @@ rtp_pipeline_chain_list (GstPad * pad, GstObject * parent, GstBufferList * list)
len = gst_buffer_list_length (list); len = gst_buffer_list_length (list);
GST_LOG ("list length %u", len); GST_LOG ("list length %u", len);
/* Loop through all groups */ /* Loop through all buffers */
for (i = 0; i < len; i++) { for (i = 0; i < len; i++) {
GstBuffer *paybuf; GstBuffer *paybuf;
GstMemory *mem; GstMemory *mem;