gstreamer/subprojects/gst-plugins-bad/gst/mpegtsmux
Matthew Waters 6f95f7263f mpegts: don't shadow res variable
Fixes unused-but-set warning:

../gst/mpegtsmux/gstbasetsmux.c:2115:43: error: variable 'res' set but not used [-Werror,-Wunused-but-set-variable]
      gboolean all_headers, done = FALSE, res = FALSE;
                                          ^

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2046>
2022-03-28 10:30:23 +00:00
..
tsmux tsmux: Allow specifying PMT order via the prog-map 2022-01-24 15:37:46 +00:00
gstatscmux.c Couple more g_memdup() -> g_memdup2() fixes 2021-10-30 10:37:37 +01:00
gstatscmux.h
gstbasetsmux.c mpegts: don't shadow res variable 2022-03-28 10:30:23 +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