Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-08 | kate: some minor clean-ups | Tim-Philipp Müller | 1 | -2/+2 | |
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). | |||||
2009-07-25 | kate: use GST_ELEMENT_ERROR for error reporting | Vincent Penquerc'h | 1 | -6/+6 | |
See #525743. | |||||
2009-07-19 | kate: add some FIXMEs | Tim-Philipp Müller | 1 | -0/+2 | |
2009-07-19 | kate: make sure to free some more stuff | Tim-Philipp Müller | 1 | -0/+14 | |
2009-07-19 | kate: fix up for additional subtitle/x-kate media type | Tim-Philipp Müller | 1 | -5/+9 | |
2009-07-19 | kate: change media type to subtitle/x-kate and update define accordingly | Tim-Philipp Müller | 1 | -2/+2 | |
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 1 | -0/+613 | |
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743. |