Skip to content

mpegtsmux: Cleanup TsMuxStream fields

Edward Hervey requested to merge bilboed/gstreamer:tsmux-slim into main

Instead of using plenty of case-specific booleans:

  • Store type as GstStreamType
  • Store unique stream type

Merge request reports