Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-05 | Random cleanup and smaller bugfixes | Sebastian Dröge | 2 | -72/+54 | |
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 | Use GST_VIDEO_CAPS_RGB for the template caps | Sebastian Dröge | 2 | -4/+6 | |
2009-02-05 | Fix compiler warnings | Sebastian Dröge | 1 | -6/+12 | |
2009-02-05 | Add assrender plugin for rendering ASS/SSA subtitles | Benjamin Schmitz | 3 | -0/+814 | |
This element has the advantage over subparse's ASS/SSA support that more features are supported, like fading, by using libass. Fixes bug #481075. |