Searched refs:state_changed_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 107 void (*state_changed_cb) (gpointer); member 407 && td->state_changed_cb) { in master_bus_msg() 411 td->state_changed_cb (td); in master_bus_msg() 1105 td->state_changed_cb = play_pause_on_state_changed; in play_pause_source() 1373 td->state_changed_cb = flushing_seek_on_state_changed; in flushing_seek_source() 1814 td->state_changed_cb = seek_stress_on_state_changed; in seek_stress_source() 1997 td->state_changed_cb = upstream_query_on_state_changed; in upstream_query_source() 2279 td->state_changed_cb = message_on_state_changed; in message_source() 2369 td->state_changed_cb = end_of_stream_on_state_changed; in end_of_stream_source() 2586 td->state_changed_cb = reverse_playback_on_state_changed; in reverse_playback_source() [all …]
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-stream.c | 834 static pa_hook_result_t state_changed_cb(void *hook_data, void *call_data, void *slot_data) { in state_changed_cb() function 925 PA_HOOK_NORMAL, state_changed_cb, s); in pa_dbusiface_stream_new_playback() 963 PA_HOOK_NORMAL, state_changed_cb, s); in pa_dbusiface_stream_new_record()
|
D | iface-device.c | 1150 static pa_hook_result_t state_changed_cb(void *hook_data, void *call_data, void *slot_data) { in state_changed_cb() function 1272 PA_HOOK_NORMAL, state_changed_cb, d); in pa_dbusiface_device_new_sink() 1315 PA_HOOK_NORMAL, state_changed_cb, d); in pa_dbusiface_device_new_source()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 462 state_changed_cb (GstPlaySignalAdapter * adapter, GstPlayState state, in state_changed_cb() function 604 G_CALLBACK (state_changed_cb), self); in gst_player_new()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 652 state_changed_cb (G_GNUC_UNUSED GstBus * bus, GstMessage * msg, in state_changed_cb() function 810 G_CALLBACK (state_changed_cb), self); in gst_transcoder_main()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 1250 state_changed_cb (G_GNUC_UNUSED GstBus * bus, GstMessage * msg, in state_changed_cb() function 2534 G_CALLBACK (state_changed_cb), self); in gst_play_main()
|