Home
last modified time | relevance | path

Searched refs:gst_message_new_async_start (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c642 gst_message_new_async_start (GST_OBJECT (sink))); in gst_ipc_pipeline_sink_change_state()
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h670 GstMessage * gst_message_new_async_start (GstObject * src) G_GNUC_MALLOC;
Dgstelement.c2884 message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_element_lost_state()
2898 message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_element_lost_state()
Dgstbin.c1287 async_message = gst_message_new_async_start (GST_OBJECT_CAST (element)); in gst_bin_add_func()
3303 amessage = gst_message_new_async_start (GST_OBJECT_CAST (bin)); in bin_handle_async_start()
Dgstmessage.c1063 gst_message_new_async_start (GstObject * src) in gst_message_new_async_start() function
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c705 message = gst_message_new_async_start (GST_OBJECT_CAST (reader)); in do_async_start()
Dgstsplitmuxsrc.c340 message = gst_message_new_async_start (GST_OBJECT_CAST (splitmux)); in do_async_start()
Dgstsplitmuxsink.c3949 message = gst_message_new_async_start (GST_OBJECT_CAST (splitmux)); in do_async_start()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c5996 gst_message_new_async_start (GST_OBJECT_CAST (basesink))); in gst_base_sink_change_state()
6034 gst_message_new_async_start (GST_OBJECT_CAST (basesink))); in gst_base_sink_change_state()
6100 gst_message_new_async_start (GST_OBJECT_CAST (basesink))); in gst_base_sink_change_state()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c100 GstMessage *msg = gst_message_new_async_start (GST_OBJECT_CAST (self)); in do_async_start()
Dgsturidecodebin.c1112 message = gst_message_new_async_start (GST_OBJECT_CAST (dbin)); in do_async_start()
Dgstplaybin3.c1072 message = gst_message_new_async_start (GST_OBJECT_CAST (playbin)); in do_async_start()
Dgstdecodebin2.c5610 message = gst_message_new_async_start (GST_OBJECT_CAST (dbin)); in do_async_start()
Dgstplaysink.c1468 message = gst_message_new_async_start (GST_OBJECT_CAST (playsink)); in do_async_start()
Dgstplaybin2.c1517 message = gst_message_new_async_start (GST_OBJECT_CAST (playbin)); in do_async_start()
/third_party/gstreamer/gstreamer/
DChangeLog95341 (gst_message_new_async_start), (gst_message_parse_buffering),
102749 * gst/gstmessage.c: (gst_message_new_async_start),