Searched refs:api_bus_post_message (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 412 api_bus_post_message (GstTranscoder * self, GstTranscoderMessage message_type, in api_bus_post_message() function 467 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_POSITION_UPDATED, in tick_cb() 538 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_ERROR, in error_cb() 583 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_WARNING, in warning_cb() 605 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_STATE_CHANGED, in notify_state_changed() 624 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_DONE, NULL, NULL); in eos_cb() 644 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_ERROR, in clock_lost_cb() 699 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_DURATION_CHANGED, in duration_changed_cb() 737 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_ERROR, in request_state_cb() 1022 api_bus_post_message (self, GST_TRANSCODER_MESSAGE_ERROR, in gst_transcoder_run_async() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 301 api_bus_post_message (GstPlay * self, GstPlayMessage message_type, in api_bus_post_message() function 530 api_bus_post_message (self, GST_PLAY_MESSAGE_URI_LOADED, in gst_play_set_uri_internal() 809 api_bus_post_message (self, GST_PLAY_MESSAGE_STATE_CHANGED, in change_state() 820 api_bus_post_message (self, GST_PLAY_MESSAGE_POSITION_UPDATED, in tick_cb() 925 api_bus_post_message (self, GST_PLAY_MESSAGE_ERROR, in on_error() 1048 api_bus_post_message (self, GST_PLAY_MESSAGE_WARNING, in warning_cb() 1071 api_bus_post_message (self, GST_PLAY_MESSAGE_END_OF_STREAM, NULL); in eos_cb() 1110 api_bus_post_message (self, GST_PLAY_MESSAGE_BUFFERING, in buffering_cb() 1199 api_bus_post_message (self, GST_PLAY_MESSAGE_VIDEO_DIMENSIONS_CHANGED, in check_video_dimensions_changed() 1232 api_bus_post_message (self, GST_PLAY_MESSAGE_DURATION_CHANGED, in on_duration_changed() [all …]
|