diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index e6b4a72e1c..fd230458d0 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -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);