queue2: fix printf format
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 10 Nov 2009 14:55:34 +0000 (11:55 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 10 Nov 2009 14:55:34 +0000 (11:55 -0300)
commit1a50186630000fbd9097b042b54cc787c9876a12
tree0d232665bdf4ed5c74dcfb1c9418653c533adc1d
parent245089c9bd788ba11cc6828ed647d57fa851dce1
queue2: fix printf format

Cast the variable to gint to conform to the printf format used.
It is casted rather than changing the format because the
message is created with a cast to gint too.
plugins/elements/gstqueue2.c