mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
rtp-payloading test: Fix working to 1.0 buffers instead of groups
This commit is contained in:
parent
13d25583db
commit
0c094612be
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ rtp_pipeline_chain_list (GstPad * pad, GstObject * parent, GstBufferList * list)
|
|||
len = gst_buffer_list_length (list);
|
||||
GST_LOG ("list length %u", len);
|
||||
|
||||
/* Loop through all groups */
|
||||
/* Loop through all buffers */
|
||||
for (i = 0; i < len; i++) {
|
||||
GstBuffer *paybuf;
|
||||
GstMemory *mem;
|
||||
|
|
Loading…
Reference in a new issue