mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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.
This commit is contained in:
parent
0df85b0528
commit
d61133baa4
2 changed files with 3 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit b0ee0e4262014001faceb47d71c3a44c75ab86b4
|
||||
Subproject commit cd012821aa2e4f6247f4cd6dee14116f86421a7e
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue