filesink, filesrc: printf format fixes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 3 Dec 2009 20:53:25 +0000 (20:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 3 Dec 2009 20:53:25 +0000 (20:53 +0000)
commit53512982668a41af14ba93e17bee93d2b1fd829c
treefb6c1583cd30f605b22ea8d8a73984a84781f539
parentc92178827bc4d0f9d7e539ef3f66421199a4cae4
filesink, filesrc: printf format fixes

gstfilesink.c:399: error: format ‘%d’ expects type ‘int’, but argument 8 has type ‘size_t’
gstfilesink.c:399: error: format ‘%d’ expects type ‘int’, but argument 9 has type ‘gsize’
gstfilesrc.c:588: error: format ‘%08llx’ expects type ‘long long unsigned int’, but argument 8 has type ‘off_t’
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c