qtdemux: Do not unref a NULL stream_tags
authorThibault Saunier <tsaunier@igalia.com>
Fri, 25 May 2018 08:49:21 +0000 (10:49 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 25 May 2018 08:54:54 +0000 (10:54 +0200)
commit43a540b1cd9f162d3dae5d50e36703dfaf558a3e
tree7d306366a9333aa795080d625ec9b30ea8ebb165
parent3e063703b3a51b8aaa7f75f36c4660c583a60e93
qtdemux: Do not unref a NULL stream_tags

stream->stream_tags is reset to NULL once we expose the stream and
these have been consumed, we need to check that when cleaning up
the stream.
gst/isomp4/qtdemux.c