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.
This commit is contained in:
parent
68c4019057
commit
15d17763c0
@ -4727,7 +4727,7 @@ qtdemux_tag_add_str (GstQTDemux * qtdemux, const char *tag, const char *dummy,
|
||||
GNode *data;
|
||||
char *s;
|
||||
int len;
|
||||
int type;
|
||||
guint32 type;
|
||||
int offset;
|
||||
|
||||
data = qtdemux_tree_get_child_by_type (node, FOURCC_data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user