gstreamer/subprojects/gst-plugins-bad/gst/mpegtsmux/tsmux
Jan Alexander Steffens (heftig) 77429e4096 tsmux: Simplify tsmux_section_write_packet
- Don't try to make the parameters match `GHFunc`. Use a dedicated
  callback for `g_hash_table_foreach`.
- Don't try to be clever with buffer memories. We're allocating a full
  packet anyway, might as well memcpy and save on a lot of complexity.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5516>
2023-10-20 08:53:19 +00:00
..
tsmux.c tsmux: Simplify tsmux_section_write_packet 2023-10-20 08:53:19 +00:00
tsmux.h tsmux: Replace streams GArray with GPtrArray 2022-01-24 15:37:46 +00:00
tsmuxcommon.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
tsmuxstream.c tsmux: Allow specifying PMT order via the prog-map 2022-01-24 15:37:46 +00:00
tsmuxstream.h tsmux: Allow specifying PMT order via the prog-map 2022-01-24 15:37:46 +00:00