Skip to content

tsmux: Fill padding packets with stuffing bytes

Jan Alexander Steffens requested to merge heftig/gstreamer:tsmux-padding into main
  • tsmux: Fill padding packets with stuffing bytes
    Instead of leaving it uncleared, emitting probably old packet data but potentially also random or sensitive application data.

    Also fix the mapping mode.

  • tsmux: Fix error handling in pad_stream
    Don't leak the map or the buffer if we encounter an error.

Edited by Jan Alexander Steffens

Merge request reports