All plugins updated for element state changes.
authorAndy Wingo <wingo@pobox.com>
Fri, 2 Sep 2005 15:43:14 +0000 (15:43 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 2 Sep 2005 15:43:14 +0000 (15:43 +0000)
Original commit message from CVS:
2005-09-02  Andy Wingo  <wingo@pobox.com>

* All plugins updated for element state changes.

common
tests/check/elements/audioresample.c

diff --git a/common b/common
index b0ee0e4..cd01282 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit b0ee0e4262014001faceb47d71c3a44c75ab86b4
+Subproject commit cd012821aa2e4f6247f4cd6dee14116f86421a7e
index dd87b61..2972433 100644 (file)
@@ -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) {