Home
last modified time | relevance | path

Searched refs:gst_message_new_custom (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c297 gst_message_new_custom (GstMessageType type, GstObject * src, in gst_message_new_custom() function
397 message = gst_message_new_custom (GST_MESSAGE_EOS, src, NULL); in gst_message_new_eos()
434 message = gst_message_new_custom (GST_MESSAGE_ERROR, src, structure); in gst_message_new_error_with_details()
526 message = gst_message_new_custom (GST_MESSAGE_WARNING, src, structure); in gst_message_new_warning_with_details()
616 message = gst_message_new_custom (GST_MESSAGE_INFO, src, structure); in gst_message_new_info_with_details()
701 message = gst_message_new_custom (GST_MESSAGE_TAG, src, s); in gst_message_new_tag()
742 message = gst_message_new_custom (GST_MESSAGE_BUFFERING, src, structure); in gst_message_new_buffering()
772 message = gst_message_new_custom (GST_MESSAGE_STATE_CHANGED, src, structure); in gst_message_new_state_changed()
794 message = gst_message_new_custom (GST_MESSAGE_STATE_DIRTY, src, NULL); in gst_message_new_state_dirty()
826 message = gst_message_new_custom (GST_MESSAGE_CLOCK_PROVIDE, src, structure); in gst_message_new_clock_provide()
[all …]
Dgstmessage.h452 GstMessage * gst_message_new_custom (GstMessageType type,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c528 m = gst_message_new_custom (GST_MESSAGE_ELEMENT, src, s); in gst_navigation_message_new_mouse_over()
582 m = gst_message_new_custom (GST_MESSAGE_ELEMENT, src, s); in gst_navigation_message_new_event()
634 m = gst_message_new_custom (GST_MESSAGE_ELEMENT, src, s); in gst_navigation_message_new_commands_changed()
663 m = gst_message_new_custom (GST_MESSAGE_ELEMENT, src, s); in gst_navigation_message_new_angles_changed()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp243 gst_element_post_message(GST_ELEMENT(src), gst_message_new_custom(GST_MESSAGE_ELEMENT, in webkit_extension_gerror_msg_received()
274 forwarded = gst_message_new_custom(message_type, in webkit_extension_bus_message_received()
284 gst_element_post_message(GST_ELEMENT(src), gst_message_new_custom(GST_MESSAGE_ELEMENT, in webkit_extension_bus_message_received()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbus.c161 m = gst_message_new_custom (GST_MESSAGE_EOS, NULL, s); in send_messages()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c906 gst_message_new_custom (type, GST_OBJECT (comm->element), structure); in gst_ipc_pipeline_comm_read_sink_message_event()
1611 gst_message_new_custom (type, GST_OBJECT (comm->element), structure); in gst_ipc_pipeline_comm_read_message()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c429 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahcsrc.c1701 gst_message_new_custom (GST_MESSAGE_ELEMENT, GST_OBJECT (self), in gst_ahc_src_on_auto_focus()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c435 m = gst_message_new_custom (GST_MESSAGE_ELEMENT, GST_OBJECT (sess), s); in on_ssrc_sdes()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c317 msg = gst_message_new_custom (GST_MESSAGE_APPLICATION, in api_bus_post_message()
/third_party/gstreamer/gstreamer/
DChangeLog91276 * gst/gstmessage.c (_gst_message_copy, gst_message_new_custom):
120461 * gst/gstmessage.c: (gst_message_new_custom):
120682 (gst_message_new_custom): s/INFO/LOG/.
122700 * gst/gstmessage.c: (gst_message_new_custom),
126346 (gst_message_new_segment_done), (gst_message_new_custom):
126565 (gst_message_new_segment_done), (gst_message_new_custom):
128128 (gst_message_new_segment_done), (gst_message_new_custom),
128298 * gst/gstmessage.c: (gst_message_new_custom):
/third_party/gstreamer/gstplugins_base/
DChangeLog91737 (gst_message_new_segment_done), (gst_message_new_custom),
/third_party/gstreamer/gstplugins_bad/
DChangeLog147853 (gst_message_new_segment_done), (gst_message_new_custom),