| Top |
| gboolean | gst_poll_add_fd () |
| gboolean | gst_poll_fd_can_read () |
| gboolean | gst_poll_fd_can_write () |
| gboolean | gst_poll_fd_ctl_read () |
| gboolean | gst_poll_fd_ctl_write () |
| gboolean | gst_poll_fd_has_closed () |
| gboolean | gst_poll_fd_has_error () |
| void | gst_poll_fd_ignored () |
| void | gst_poll_fd_init () |
| void | gst_poll_free () |
| GstPoll * | gst_poll_new () |
| GstPoll * | gst_poll_new_timer () |
| void | gst_poll_get_read_gpollfd () |
| gboolean | gst_poll_remove_fd () |
| void | gst_poll_restart () |
| gboolean | gst_poll_set_controllable () |
| void | gst_poll_set_flushing () |
| gint | gst_poll_wait () |
| gboolean | gst_poll_read_control () |
| gboolean | gst_poll_write_control () |
gboolean gst_poll_fd_ctl_read (GstPoll *set,GstPollFD *fd,gboolean active);
gboolean gst_poll_fd_ctl_write (GstPoll *set,GstPollFD *fd,gboolean active);
gboolean gst_poll_set_controllable (GstPoll *set,gboolean controllable);