The "once more, with feeling" check-in.
authorDavid Schleef <ds@schleef.org>
Tue, 4 May 2004 08:09:36 +0000 (08:09 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 4 May 2004 08:09:36 +0000 (08:09 +0000)
Original commit message from CVS:
The "once more, with feeling" check-in.
* testsuite/caps/Makefile.am: dist caps_strings
* testsuite/caps/renegotiate.c: (main): This test triggers a
segfault in the core.  Marking as failing.

ChangeLog
tests/old/testsuite/caps/Makefile.am
tests/old/testsuite/caps/renegotiate.c
testsuite/caps/Makefile.am
testsuite/caps/renegotiate.c

index b982816..a8f1612 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-04  David Schleef  <ds@schleef.org>
+
+       The "once more, with feeling" check-in.
+       * testsuite/caps/Makefile.am: dist caps_strings
+       * testsuite/caps/renegotiate.c: (main): This test triggers a
+         segfault in the core.  Marking as failing.
+
 2004-05-03  David Schleef  <ds@schleef.org>
 
        * testsuite/caps/deserialize.c: (main): Fix problems noticed
index 32ed3c0..88c7e5a 100644 (file)
@@ -23,10 +23,12 @@ tests_pass = \
        sets \
        simplify
 
+EXTRA_DIST = caps_strings
+
 noinst_HEADERS = \
        caps.h
 
-tests_fail =
+tests_fail = renegotiate
 tests_ignore =
 
 app_fixate_LDADD = $(GST_LIBS) 
index 661e5ea..183fcfa 100644 (file)
@@ -63,7 +63,8 @@ main (int argc, char *argv[])
 
   gst_init (&argc, &argv);
 
-  pipeline = gst_parse_launch ("sinesrc ! audioconvert ! "
+  /* change sinesrk to sinesrc once gst_parse_launch is fixed */
+  pipeline = gst_parse_launch ("sinesrk ! audioconvert ! "
       "audio/x-raw-int, channels=2, rate=48000;"
       "audio/x-raw-int, channels=1, rate=44100 !" "fakesink", NULL);
 
index 32ed3c0..88c7e5a 100644 (file)
@@ -23,10 +23,12 @@ tests_pass = \
        sets \
        simplify
 
+EXTRA_DIST = caps_strings
+
 noinst_HEADERS = \
        caps.h
 
-tests_fail =
+tests_fail = renegotiate
 tests_ignore =
 
 app_fixate_LDADD = $(GST_LIBS) 
index 661e5ea..183fcfa 100644 (file)
@@ -63,7 +63,8 @@ main (int argc, char *argv[])
 
   gst_init (&argc, &argv);
 
-  pipeline = gst_parse_launch ("sinesrc ! audioconvert ! "
+  /* change sinesrk to sinesrc once gst_parse_launch is fixed */
+  pipeline = gst_parse_launch ("sinesrk ! audioconvert ! "
       "audio/x-raw-int, channels=2, rate=48000;"
       "audio/x-raw-int, channels=1, rate=44100 !" "fakesink", NULL);