gstreamer/gst/mpegtsmux/tsmux
Vincent Penquerc'h d347809a82 tsmux: catch alloc failure
While it will probably not trigger, it should silence a Coverity
warning about the fail code path testing for NULLness before
freeing, where the buffer was already dereferenced. It seems
safest to keep that test, in case future goto fail statements
happen to have a NULL buffer there.

Coverity 1139851
2014-04-09 13:44:45 +01:00
..
Makefile.am mpegtsmux: Use mpeg-ts lib for PAT/PMT sections 2014-02-06 15:57:50 +01:00
tsmux.c tsmux: catch alloc failure 2014-04-09 13:44:45 +01:00
tsmux.h mpegtsmux: Add support for muxing SI tables 2014-02-06 15:55:46 +01:00
tsmuxcommon.h mpegtsmux: Add support for muxing SI tables 2014-02-06 15:55:46 +01:00
tsmuxstream.c mpegtsmux: Use mpeg-ts lib for PAT/PMT sections 2014-02-06 15:57:50 +01:00
tsmuxstream.h mpegtsmux: Use mpeg-ts lib for PAT/PMT sections 2014-02-06 15:57:50 +01:00