Home
last modified time | relevance | path

Searched refs:app_state (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c93 GstTranscoderState app_state; member
599 if (new_state == self->app_state) in notify_state_changed()
604 self->app_state = new_state; in notify_state_changed()
826 self->app_state = GST_TRANSCODER_STATE_STOPPED; in gst_transcoder_main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c169 GstPlayState app_state; member
800 if (state == self->app_state) in change_state()
804 gst_play_state_get_name (self->app_state), in change_state()
807 self->app_state = state; in change_state()
811 self->app_state, NULL); in change_state()
2858 && self->app_state != in gst_play_stop_internal()
4274 if (self->app_state != GST_PLAY_STATE_STOPPED) { in gst_play_set_config()
4276 gst_play_state_get_name (self->app_state)); in gst_play_set_config()