Skip to content

tsmux: Replace streams GArray with GPtrArray and remove program_array_index

Jan Alexander Steffens requested to merge heftig/gstreamer:tsmux-no-index into main

Some small internal improvements:

  • GPtrArray is more appropriate for a pointer array.
  • program_array_index is only used for removal. Let's just scan the array.

Merge request reports