Home
last modified time | relevance | path

Searched refs:GST_PLAY_STATE_PLAYING (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c350 fail_unless_equals_int (new_state->state, GST_PLAY_STATE_PLAYING); in test_play_audio_video_eos_cb()
369 fail_unless_equals_int (old_state->state, GST_PLAY_STATE_PLAYING); in test_play_audio_video_eos_cb()
738 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_stream_disable_cb()
801 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_stream_switch_audio_cb()
864 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_stream_switch_subtitle_cb()
926 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_error_invalid_external_suburi_cb()
993 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_external_suburi_cb()
1062 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_rate_cb()
1317 fail_unless_equals_int (new_state->state, GST_PLAY_STATE_PLAYING); in test_play_error_invalid_uri_and_play_cb()
1409 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_position_update_interval_cb()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.h68 GST_PLAY_STATE_PLAYING enumerator
Dgstplay.c1365 change_state (self, GST_PLAY_STATE_PLAYING); in state_changed_cb()
4110 {C_ENUM (GST_PLAY_STATE_PLAYING), "GST_PLAY_STATE_PLAYING", "playing"}, in gst_play_state_get_type()
4183 case GST_PLAY_STATE_PLAYING: in gst_play_state_get_name()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c473 case GST_PLAY_STATE_PLAYING: in state_changed_cb()