The "once more, with feeling" check-in.

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.
This commit is contained in:
David Schleef 2004-05-04 08:09:36 +00:00
parent c3158814b5
commit a84c8398c2
5 changed files with 17 additions and 4 deletions

View file

@ -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

View 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)

View 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);

View 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)

View 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);