mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 18:14:15 +00:00
tsdemux: Don't leak bufferlist on streams without pads
https://bugzilla.gnome.org/show_bug.cgi?id=648929
This commit is contained in:
parent
565f068049
commit
21add205b7
1 changed files with 2 additions and 0 deletions
|
@ -1410,6 +1410,8 @@ gst_ts_demux_push_pending_data (GstTSDemux * demux, TSDemuxStream * stream)
|
|||
/* FIXME : combine flow returns */
|
||||
res = tsdemux_combine_flows (demux, stream, res);
|
||||
GST_DEBUG_OBJECT (stream->pad, "combined %s", gst_flow_get_name (res));
|
||||
} else {
|
||||
gst_buffer_list_unref (stream->current);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue