qtdemux: Don't crash in debug output if stream==NULL
authorSebastian Dröge <sebastian@centricular.com>
Thu, 27 Apr 2017 09:56:27 +0000 (12:56 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 27 Apr 2017 09:56:27 +0000 (12:56 +0300)
commit875fc630d567a17f6b0fc0b6bf6a1bd90464e589
tree651ccf0babce482c08134c5cfcec4f46f714ae1e
parenta593e4966ea9d9f527750a161447bae74510079c
qtdemux: Don't crash in debug output if stream==NULL

That case is correctly handled below but not in the debug output.

https://bugzilla.gnome.org/show_bug.cgi?id=781270
gst/isomp4/qtdemux.c