kate: some minor clean-ups
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Aug 2009 11:20:55 +0000 (12:20 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Aug 2009 11:49:01 +0000 (12:49 +0100)
commit24217ee31a5030f528e13a94233580e86d70baf0
tree6ad12532dcc277523d8ab5113fd6e11bd4c1dd85
parent282479b4434dbfd6541d71a8891943603a12de89
kate: some minor clean-ups

Print flow return as string in log message; if we check the return
value of gst_buffer_new_and_alloc() we should use the _try() function
that might actually return NULL. Post error message when returning
GST_FLOW_ERROR. Use portable GLib macros to print 64-bit integers.
Don't use 0LL, that's also not portable (and unneeded here).
ext/kate/gstkateenc.c
ext/kate/gstkateparse.c