mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
playbin: Fix unit test for last change
It will successfully asynchronously go to PAUSED now and later fail.
This commit is contained in:
parent
c051b378d7
commit
960f676407
1 changed files with 1 additions and 2 deletions
|
@ -333,8 +333,7 @@ GST_START_TEST (test_missing_suburisource_handler)
|
|||
|
||||
fail_unless_equals_int (gst_element_set_state (playbin, GST_STATE_READY),
|
||||
GST_STATE_CHANGE_SUCCESS);
|
||||
fail_unless_equals_int (gst_element_set_state (playbin, GST_STATE_PAUSED),
|
||||
GST_STATE_CHANGE_FAILURE);
|
||||
gst_element_set_state (playbin, GST_STATE_PAUSED);
|
||||
|
||||
/* there should be at least a missing-plugin message on the bus now and an
|
||||
* error message; the missing-plugin message should be first */
|
||||
|
|
Loading…
Reference in a new issue