rtp-payloading test: Fix working to 1.0 buffers instead of groups
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Fri, 14 Jun 2019 20:54:23 +0000 (16:54 -0400)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Wed, 3 Jul 2019 19:05:29 +0000 (19:05 +0000)
tests/check/elements/rtp-payloading.c

index e3407a1..0dddd34 100644 (file)
@@ -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;