qtdemux: Check for invalid (empty) classification info entity strings
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 4 Apr 2011 08:07:42 +0000 (10:07 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 4 Apr 2011 08:07:42 +0000 (10:07 +0200)
commitfb1217281093b73b7ab3d85f5cda494db5729f06
tree1d233eb2da143705207ac8b97b322ac5ccf9683b
parent17d9447ea59094a8bc11661173cd9fa486c2411a
qtdemux: Check for invalid (empty) classification info entity strings

Otherwise the classification string can be empty and gst_tag_list_add() will
complain or have a \0 in the first four bytes, which is wrong too.
gst/qtdemux/qtdemux.c