mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
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:
parent
c3158814b5
commit
a84c8398c2
5 changed files with 17 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue