mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
224cb81b8f
commit
195470a785
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue