mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +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);
|
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…
Reference in a new issue