qtdemux: fix qt style string tag extraction
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 18 Aug 2009 15:16:11 +0000 (17:16 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 18 Aug 2009 17:01:11 +0000 (19:01 +0200)
commit15d17763c0c8a89ef3e65a9ae1252f1aa1449a94
tree72c74e58e29b7b79cfcb387a4ee9e4b3892a5e00
parent68c4019057b5f9090622c9d5eb3f6b4cb947c2a0
qtdemux: fix qt style string tag extraction

QT style tags are tested on starting with (C) symbol using >>,
and (unsigned) int (may) have different >> behaviour.
Fixes #592232.
gst/qtdemux/qtdemux.c