audioaggregator: Fix build error
authorVineeth TM <vineeth.tm@samsung.com>
Tue, 6 Oct 2015 23:48:15 +0000 (08:48 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Oct 2015 18:03:30 +0000 (19:03 +0100)
commit5085e5f73caf8e3bf679071b6d37df5c0b3781e2
tree095d4146aa36c8294bfe817bcc236176550eb30e
parent47dcdeb5047cba23637034aa25a0194bc62e7c30
audioaggregator: Fix build error

Build error due to wrong argument type in debug message
aagg->priv->offset and next_offset are of type int64, but uint64
formatter is being used in logs. Changing all those to int64

https://bugzilla.gnome.org/show_bug.cgi?id=756065
gst/audiomixer/gstaudioaggregator.c