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 224cb81b8fcbf03df5e07f045ecb9ecf64189400.
This commit is contained in:
parent
224cb81b8f
commit
195470a785
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user