gstreamer/subprojects/gst-plugins-bad/gst/mpegtsmux
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 tsmux: Simplify tsmux_section_write_packet 2023-10-20 08:53:19 +00:00
gstatscmux.c Couple more g_memdup() -> g_memdup2() fixes 2021-10-30 10:37:37 +01:00
gstatscmux.h
gstbasetsmux.c tsmux: Make sure to set srcpad caps under all conditions before outputting the first buffer 2022-05-18 12:19:07 +00:00
gstbasetsmux.h tsmux: Lock mux->tsmux, the programs hash table, and pad streams 2022-02-25 17:42:52 +00:00
gstbasetsmuxaac.c
gstbasetsmuxaac.h
gstbasetsmuxjpeg2000.c
gstbasetsmuxjpeg2000.h
gstbasetsmuxopus.c
gstbasetsmuxopus.h
gstbasetsmuxttxt.c
gstbasetsmuxttxt.h
gstmpegtsmux.c Couple more g_memdup() -> g_memdup2() fixes 2021-10-30 10:37:37 +01:00
gstmpegtsmux.h
gstmpegtsmuxplugin.c
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00