mpegts: turns out glib aborts on allocation failure

So this is actually pointless. We'll just have to ignore
Coverity moaning on those.

Revert "mpegts: test for allocation failure"

This reverts commit 224cb81b8f.
This commit is contained in:
Vincent Penquerc'h 2014-04-09 15:58:37 +01:00
parent 224cb81b8f
commit 195470a785

View file

@ -657,10 +657,6 @@ _parse_pmt (GstMpegTsSection * section)
guint stream_info_length;
pmt = g_slice_new0 (GstMpegTsPMT);
if (!pmt) {
GST_WARNING ("Failed to allocate PMT structure");
goto error;
}
data = section->data;
end = data + section->section_length;