From 5eb408254e84190b26c4bc8dfcd8a5424c7e3fc4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 19 Feb 2002 20:19:36 +0000 Subject: [PATCH] still does not work ;( Original commit message from CVS: still does not work ;( --- ext/lame/test-lame.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/lame/test-lame.c b/ext/lame/test-lame.c index 0aaee6e..1d656cd 100644 --- a/ext/lame/test-lame.c +++ b/ext/lame/test-lame.c @@ -52,8 +52,14 @@ main (int argc, char *argv[]) "input audio", "audio/raw", "format", GST_PROPS_STRING ("int"), - "rate", GST_PROPS_INT (44100) + "rate", GST_PROPS_INT (44100), + "width", GST_PROPS_INT (16), + "depth", GST_PROPS_INT (16), + "law", GST_PROPS_INT (1), + "signed", GST_PROPS_BOOLEAN (TRUE), + "channels", GST_PROPS_INT (1) ); + caps->fixed = TRUE; g_assert (caps != NULL); g_print ("Setting caps on fakesrc's src pad\n"); if (! (gst_pad_try_set_caps (gst_element_get_pad (src, "src"), caps))) -- 2.7.4