From 20204bafa39780fab8f1e48bd3cd1eebc8eeb0a6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 11 Nov 2005 19:33:23 +0000 Subject: releasing 0.9.5 Original commit message from CVS: releasing 0.9.5 --- docs/plugins/gst-plugins-good-plugins.args | 100 +++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) (limited to 'docs/plugins/gst-plugins-good-plugins.args') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 8010fbfe..1290ae9c 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -6838,6 +6838,16 @@ NULL + +GstMatroskaMux::version +gint +[1,2] +rw +Matroska version +This parameter determines what matroska features can be used. +1 + + GstTest::allowed-timestamp-deviation gint64 @@ -6988,3 +6998,93 @@ 0 + +GstTextOverlay::deltax +gint + +w +X position modifier +Shift X position to the left or to the right. Unit is pixels. +0 + + + +GstTextOverlay::deltay +gint + +w +Y position modifier +Shift Y position up or down. Unit is pixels. +0 + + + +GstTextOverlay::font-desc +gchararray + +w +font description +Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax. +"" + + + +GstTextOverlay::halign +gchararray + +w +horizontal alignment +Horizontal alignment of the text. Can be either 'left', 'right', or 'center'. +"center" + + + +GstTextOverlay::shaded-background +gboolean + +w +shaded background +Whether to shade the background under the text area. +FALSE + + + +GstTextOverlay::text +gchararray + +w +text +Text to be display. +"" + + + +GstTextOverlay::valign +gchararray + +w +vertical alignment +Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'. +"baseline" + + + +GstTextOverlay::xpad +gint + +w +horizontal paddding +Horizontal paddding when using left/right alignment. +25 + + + +GstTextOverlay::ypad +gint + +w +vertical padding +Vertical padding when using top/bottom alignment. +25 + + -- cgit