Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-05 | Random cleanup and smaller bugfixes | Sebastian Dröge | 1 | -1/+1 | |
Use gst_element_klass_set_details_simple(), install properties with static strings, create pads directly from the static pad templates, directly put the segment into the instance struct, use GST_MSECOND instead of numbers. The PAR is a GstFraction and not a double, use gst_structure_get_fraction(). Simplify setcaps() functions. | |||||
2009-02-05 | Add assrender plugin for rendering ASS/SSA subtitles | Benjamin Schmitz | 1 | -0/+63 | |
This element has the advantage over subparse's ASS/SSA support that more features are supported, like fading, by using libass. Fixes bug #481075. |