matroskademux: fix crash with 24-bit raw audio
authorMatej Knopp <matej.knopp@gmail.com>
Sun, 23 Feb 2014 18:09:24 +0000 (19:09 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 27 Feb 2014 00:46:28 +0000 (00:46 +0000)
commitd33b4dce63c967dedd5477fc76ecd27fec434d49
tree01e4819fedbe7d32d3bf53860a5a984c985d45b4
parent5bad2d8b70b1f024c6c9518144cabc06d68e6fff
matroskademux: fix crash with 24-bit raw audio

Do not try to align audio buffers to odd numbers,
which will get us a NULL buffer which we then
crash on.

https://bugzilla.gnome.org/show_bug.cgi?id=725008
gst/matroska/matroska-demux.c