diff options
author | Andy Wingo <wingo@pobox.com> | 2005-09-02 15:43:14 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-09-02 15:43:14 +0000 |
commit | d61133baa4bf855d16c9566e4ec229d17d381568 (patch) | |
tree | acce3bdfb64a3d8c5163814a6c75c4abc05dce70 | |
parent | 0df85b052809625cebd94dc5c678a6f606eebb6a (diff) | |
download | gst-plugins-bad-d61133baa4bf855d16c9566e4ec229d17d381568.tar.gz gst-plugins-bad-d61133baa4bf855d16c9566e4ec229d17d381568.tar.bz2 gst-plugins-bad-d61133baa4bf855d16c9566e4ec229d17d381568.zip |
All plugins updated for element state changes.
Original commit message from CVS:
2005-09-02 Andy Wingo <wingo@pobox.com>
* All plugins updated for element state changes.
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/elements/audioresample.c | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/common b/common -Subproject b0ee0e4262014001faceb47d71c3a44c75ab86b +Subproject cd012821aa2e4f6247f4cd6dee14116f86421a7 diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c index dd87b614..29724338 100644 --- a/tests/check/elements/audioresample.c +++ b/tests/check/elements/audioresample.c @@ -151,7 +151,8 @@ test_perfect_stream_instance (int inrate, int outrate, int samples, fail_unless (gst_caps_is_fixed (caps)); fail_unless (gst_element_set_state (audioresample, - GST_STATE_PLAYING) == GST_STATE_SUCCESS, "could not set to playing"); + GST_STATE_PLAYING) == GST_STATE_CHANGE_SUCCESS, + "could not set to playing"); for (j = 1; j <= numbuffers; ++j) { |