ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | fd |
gst_poll_fd_ctl_write ( GstPoll* set, GstPollFD* fd, gboolean active ) » |
| PARAM | fd |
gst_poll_fd_ctl_read ( GstPoll* set, GstPollFD* fd, gboolean active ) » |
| PARAM | fd |
gst_poll_fd_has_error ( GstPoll const* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_fd_can_read ( GstPoll const* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_fd_has_closed ( GstPoll const* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_fd_can_write ( GstPoll const* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_add_fd ( GstPoll* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_fd_init ( GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_remove_fd ( GstPoll* set, GstPollFD* fd ) » |
| PARAM | fd |
gst_poll_fd_ignored ( GstPoll* set, GstPollFD* fd ) » |
| FIELD | .control_read_fd | struct _GstPoll { enum GstPollMode mode, GMutex lock, GArray* fds, GArray* active_fds, gchar[1] buf, struct GstPollFD control_read_fd, struct GstPollFD control_write_fd, gboolean controllable, gint volatile waiting, gint volatile control_pending, gint volatile flushing, gboolean timer, gint volatile rebuild } » |
| FIELD | .control_write_fd | struct _GstPoll { enum GstPollMode mode, GMutex lock, GArray* fds, GArray* active_fds, gchar[1] buf, struct GstPollFD control_read_fd, struct GstPollFD control_write_fd, gboolean controllable, gint volatile waiting, gint volatile control_pending, gint volatile flushing, gboolean timer, gint volatile rebuild } » |
| FIELD | .fd_r | struct _GstPluginLoader { GstRegistry* registry, GstPoll* fdset, gboolean child_running, GPid child_pid, struct GstPollFD fd_w, struct GstPollFD fd_r, gboolean is_child, gboolean got_plugin_details, ... } » |
| FIELD | .fd_w | struct _GstPluginLoader { GstRegistry* registry, GstPoll* fdset, gboolean child_running, GPid child_pid, struct GstPollFD fd_w, struct GstPollFD fd_r, gboolean is_child, ... } » |