From 6d6150c0529d8f5af1857543c5d94902eab7237c Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Sat, 19 Jul 2003 23:47:42 +0000 Subject: + the last of the float caps changes ... these are a bit more pervasive Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive --- gst/mixmatrix/mixmatrix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/mixmatrix') diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index bd16c3c5..822d1429 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -49,7 +49,7 @@ struct _GstMixMatrixClass { /* elementfactory information */ static GstElementDetails mixmatrix_details = { "Mixing Matrix", - "Filter/Audio/Mixing", + "Filter/Audio", "LGPL", "Mix N audio channels together into M channels", VERSION, @@ -79,7 +79,7 @@ GST_PAD_TEMPLATE_FACTORY (mixmatrix_sink_factory, gst_caps_new ( "float_src", "audio/x-raw-float", - GST_AUDIO_FLOAT_MONO_PAD_TEMPLATE_PROPS + GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS ) ); @@ -90,7 +90,7 @@ GST_PAD_TEMPLATE_FACTORY (mixmatrix_src_factory, gst_caps_new ( "float_sink", "audio/x-raw-float", - GST_AUDIO_FLOAT_MONO_PAD_TEMPLATE_PROPS + GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS ) ); -- cgit v1.2.1