mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
parent
1d01afc166
commit
2495f700bd
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ psmux_stream_new (PsMux * mux, PsMuxStreamType stream_type)
|
|||
if (stream->stream_id == 0) {
|
||||
g_critical ("Number of elementary streams of type %04x exceeds maximum",
|
||||
stream->stream_type);
|
||||
g_slice_free (PsMuxStream, stream);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue