From 4f1813e2bd5b0e4c15b6a5c4e25efbbf68f29bbc Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sat, 17 Dec 2005 17:48:38 +0000 Subject: docs/plugins/: Updates. Original commit message from CVS: 2005-12-17 Julien MOUTTE * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/plugins/inspect/plugin-qtdemux.xml: * docs/plugins/inspect/plugin-sdlvideosink.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-tta.xml: Updates. * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create), (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup), (gst_dfbvideosink_can_blit_from_format), (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize), (gst_dfbvideosink_interface_supported), (gst_dfbvideosink_navigation_send_event), (gst_dfbvideosink_update_colorbalance), (gst_dfbvideosink_colorbalance_list_channels), (gst_dfbvideosink_colorbalance_set_value), (gst_dfbvideosink_colorbalance_get_value), (gst_dfbvideosink_colorbalance_init), (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property), (gst_dfbvideosink_init), (gst_dfbvideosink_class_init): * ext/directfb/dfbvideosink.h: Implement vertical sync and color balance interface. --- docs/plugins/gst-plugins-bad-plugins.args | 90 +++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'docs/plugins/gst-plugins-bad-plugins.args') diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 66e14313..a0517626 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -8,6 +8,56 @@ + +GstDfbVideoSink::brightness +gint +[0,65535] +rw +Brightness +The brightness of the video. +32768 + + + +GstDfbVideoSink::contrast +gint +[0,65535] +rw +Contrast +The contrast of the video. +32768 + + + +GstDfbVideoSink::hue +gint +[0,65535] +rw +Hue +The hue of the video. +32768 + + + +GstDfbVideoSink::saturation +gint +[0,65535] +rw +Saturation +The saturation of the video. +32768 + + + +GstDfbVideoSink::vsync +gboolean + +rw +Vertical synchronisation +Wait for next vertical sync to draw frames. +TRUE + + GstSDLVideoSink::fullscreen gboolean @@ -48,3 +98,43 @@ NULL + +GstXvidEnc::bitrate +gint +>= 0 +rw +Bitrate +Target video bitrate (kbps). +512 + + + +GstXvidEnc::buffer-size +gulong + +rw +Buffer Size +Size of the video buffers. + + + + +GstXvidEnc::max-key-interval +gint +>= -1 +rw +Max. Key Interval +Maximum number of frames between two keyframes. +-1 + + + +GstXvidEnc::profile +GstXvidEncProfiles + +rw +Profile +XviD/MPEG-4 encoding profile. +S_L0 + + -- cgit v1.2.1