Home
last modified time | relevance | path

Searched refs:clock_message (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c219 GstMessage *clock_message = NULL; in gst_clock_sync_set_property() local
231 clock_message = in gst_clock_sync_set_property()
236 clock_message = in gst_clock_sync_set_property()
242 if (clock_message) in gst_clock_sync_set_property()
243 gst_element_post_message (GST_ELEMENT_CAST (clocksync), clock_message); in gst_clock_sync_set_property()
Dgstidentity.c881 GstMessage *clock_message = NULL; in gst_identity_set_property() local
918 clock_message = in gst_identity_set_property()
923 clock_message = in gst_identity_set_property()
929 if (clock_message) in gst_identity_set_property()
930 gst_element_post_message (GST_ELEMENT_CAST (identity), clock_message); in gst_identity_set_property()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1163 GstMessage *clock_message = NULL, *async_message = NULL; in gst_bin_add_func() local
1208 clock_message = in gst_bin_add_func()
1350 if (clock_message) in gst_bin_add_func()
1351 gst_element_post_message (element, clock_message); in gst_bin_add_func()
1556 GstMessage *clock_message = NULL; in gst_bin_remove_func() local
1670 clock_message = in gst_bin_remove_func()
1793 if (clock_message) in gst_bin_remove_func()
1794 gst_element_post_message (GST_ELEMENT_CAST (bin), clock_message); in gst_bin_remove_func()