summaryrefslogtreecommitdiffstats
path: root/ext/kate/gstkateparse.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08kate: some minor clean-upsTim-Philipp Müller1-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-25kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h1-6/+6
See #525743.
2009-07-19kate: add some FIXMEsTim-Philipp Müller1-0/+2
2009-07-19kate: make sure to free some more stuffTim-Philipp Müller1-0/+14
2009-07-19kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller1-5/+9
2009-07-19kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller1-2/+2
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h1-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.