gstreamer/gst-libs/gst/mpegts
Vincent Penquerc'h 224cb81b8f mpegts: test for allocation failure
While it's unlikely to get there, it silences the coverity warning
on the error code path that we test for NULL before freeing, when
all branches there are from locations where pmt cannot be NULL,
and removing the NULL check makes the code more vulnerable to a
hypothetical future branch from somewhere where it can be.

Coverity 1139852
2014-04-09 15:44:10 +01:00
..
.gitignore .gitignore: Update for new files to ignore 2013-08-14 13:59:27 +02:00
gst-atsc-section.h mpegts: make headers usable with c++ compiler 2014-01-06 15:01:22 +00:00
gst-dvb-descriptor.c mpegts: fix docs 2014-03-31 15:05:48 +02:00
gst-dvb-descriptor.h mpegts: add dvb-t2 delivery system descriptor 2014-03-31 15:05:48 +02:00
gst-dvb-section.c mpegts: Add support for creation of SDT 2014-02-25 14:34:29 +01:00
gst-dvb-section.h mpegts: Add support for creation of SDT 2014-02-25 14:34:29 +01:00
gst-scte-section.h mpegts: make headers usable with c++ compiler 2014-01-06 15:01:22 +00:00
gstmpegts-private.h mpegts: add dvb-t2 delivery system descriptor 2014-03-31 15:05:48 +02:00
gstmpegtsdescriptor.c mpegts: add parsing data broadcast descriptor 2014-03-31 15:00:54 +02:00
gstmpegtsdescriptor.h mpegts: Support registration and custom descriptor 2014-02-06 15:55:46 +01:00
gstmpegtssection.c mpegts: test for allocation failure 2014-04-09 15:44:10 +01:00
gstmpegtssection.h mpegts: Add gst_mpegts_section_get_data, to allow us to get the original binary section data. 2014-02-20 19:19:03 +01:00
Makefile.am mpegts: install but nodist for generated header 2014-01-26 14:42:52 +01:00
mpegts.h mpegts: make headers usable with c++ compiler 2014-01-06 15:01:22 +00:00