ok, this works
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 20:49:52 +0000 (20:49 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 20:49:52 +0000 (20:49 +0000)
Original commit message from CVS:
ok, this works

ext/lame/test-lame.c

index a8bfdea..bd200e1 100644 (file)
@@ -47,6 +47,10 @@ main (int argc, char *argv[])
   gst_pad_connect (gst_element_get_pad (src, "src"),
                    gst_element_get_pad (tee, "sink"));
 
+  /* set up fakesrc */
+  g_object_set (G_OBJECT (src), "filltype", 3, NULL);
+  g_object_set (G_OBJECT (src), "sizetype", 3, NULL);
+
   /* set caps on fakesrc */
   caps = GST_CAPS_NEW (
       "input audio",