From 66ea76773c47f531572f16b515094e9a2a33e605 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 31 Jul 2008 22:10:17 +0000 Subject: Release 0.10.9 Original commit message from CVS: Release 0.10.9 --- docs/plugins/gst-plugins-good-plugins.args | 130 +++++++++++++++++++++++++++++ 1 file changed, 130 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 59244d57..28697ebf 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -19368,3 +19368,133 @@ NULL + +GstDeinterleave::keep-positions +gboolean + +rw +Keep positions +Keep the original channel positions on the output buffers. +FALSE + + + +GstInterleave::channel-positions +GValueArray* + +rw +Channel positions +Channel positions used on the output. + + + + +GstInterleave::channel-positions-from-input +gboolean + +rw +Channel positions from input +Take channel positions from the input. +TRUE + + + +GstRgVolume::album-mode +gboolean + +rw +Album mode +Prefer album over track gain. +TRUE + + + +GstRgVolume::fallback-gain +gdouble +[-60,60] +rw +Fallback gain +Gain for streams missing tags [dB]. +0 + + + +GstRgVolume::headroom +gdouble +[0,60] +rw +Headroom +Extra headroom [dB]. +0 + + + +GstRgVolume::pre-amp +gdouble +[-60,60] +rw +Pre-amp +Extra gain [dB]. +0 + + + +GstRgVolume::result-gain +gdouble +[-120,120] +r +Result-gain +Applied gain [dB]. +0 + + + +GstRgVolume::target-gain +gdouble +[-120,120] +r +Target-gain +Applicable gain [dB]. +0 + + + +GstRgLimiter::enabled +gboolean + +rw +Enabled +Enable processing. +TRUE + + + +GstRgAnalysis::forced +gboolean + +rw +Forced +Analyze even if ReplayGain tags exist. +TRUE + + + +GstRgAnalysis::num-tracks +gint +>= 0 +rw +Number of album tracks +Number of remaining album tracks. +0 + + + +GstRgAnalysis::reference-level +gdouble +[0,150] +rw +Reference level +Reference level [dB]. +89 + + -- cgit