summaryrefslogtreecommitdiffstats
path: root/ext/assrender/gstassrender.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05Random cleanup and smaller bugfixesSebastian Dröge1-71/+53
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-05Use GST_VIDEO_CAPS_RGB for the template capsSebastian Dröge1-2/+4
2009-02-05Fix compiler warningsSebastian Dröge1-6/+12
2009-02-05Add assrender plugin for rendering ASS/SSA subtitlesBenjamin Schmitz1-0/+742
This element has the advantage over subparse's ASS/SSA support that more features are supported, like fading, by using libass. Fixes bug #481075.