rtp-payloading test: Fix working to 1.0 buffers instead of groups
This commit is contained in:
parent
13d25583db
commit
0c094612be
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user