Searched refs:GST_PLAY_STATE_STOPPED (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 233 state->state = GST_PLAY_STATE_STOPPED; in test_play_state_reset() 270 if (new_state->state == GST_PLAY_STATE_STOPPED) { in test_play_stopped_cb() 278 if (state->state != GST_PLAY_STATE_STOPPED) { in stop_player() 313 fail_unless_equals_int (old_state->state, GST_PLAY_STATE_STOPPED); in test_play_audio_video_eos_cb() 370 fail_unless_equals_int (new_state->state, GST_PLAY_STATE_STOPPED); in test_play_audio_video_eos_cb() 424 if (play_state == GST_PLAY_STATE_STOPPED) in process_play_messages() 1199 fail_unless_equals_int (old_state->state, GST_PLAY_STATE_STOPPED); in test_play_error_invalid_uri_cb() 1210 fail_unless_equals_int (new_state->state, GST_PLAY_STATE_STOPPED); in test_play_error_invalid_uri_cb() 1262 fail_unless_equals_int (old_state->state, GST_PLAY_STATE_STOPPED); in test_play_error_invalid_uri_and_play_cb() 1273 fail_unless_equals_int (new_state->state, GST_PLAY_STATE_STOPPED); in test_play_error_invalid_uri_and_play_cb() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.h | 65 GST_PLAY_STATE_STOPPED, enumerator
|
D | gstplay.c | 939 change_state (self, GST_PLAY_STATE_STOPPED); in on_error() 1073 change_state (self, GST_PLAY_STATE_STOPPED); in eos_cb() 1368 change_state (self, GST_PLAY_STATE_STOPPED); in state_changed_cb() 2579 change_state (self, GST_PLAY_STATE_STOPPED); in gst_play_main() 2859 GST_PLAY_STATE_STOPPED ? GST_PLAY_STATE_BUFFERING : in gst_play_stop_internal() 2860 GST_PLAY_STATE_STOPPED); in gst_play_stop_internal() 4106 {C_ENUM (GST_PLAY_STATE_STOPPED), "GST_PLAY_STATE_STOPPED", "stopped"}, in gst_play_state_get_type() 4177 case GST_PLAY_STATE_STOPPED: in gst_play_state_get_name() 4274 if (self->app_state != GST_PLAY_STATE_STOPPED) { in gst_play_set_config()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 476 case GST_PLAY_STATE_STOPPED: in state_changed_cb()
|