From 0c094612be669c84ae722c2f64005f88d27b17b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 14 Jun 2019 16:54:23 -0400 Subject: [PATCH] rtp-payloading test: Fix working to 1.0 buffers instead of groups --- tests/check/elements/rtp-payloading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c index e3407a1d5b..0dddd34987 100644 --- a/tests/check/elements/rtp-payloading.c +++ b/tests/check/elements/rtp-payloading.c @@ -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;