Diff:
libgstreamer-1.0.so 1.4.5 (x86_64)
libgstreamer-1.0.so 1.5.1 (x86_64)

ABI
Viewer

SymbolsTypes



Type Usage: _GstPoll (22)


Used As Name Used In
PARAM set gst_poll_write_control (
    GstPoll* set
) »
PARAM set gst_poll_read_control (
    GstPoll* set
) »
PARAM set gst_poll_wait (
    GstPoll* set,
    GstClockTime timeout
) »
PARAM set gst_poll_free (
    GstPoll* set
) »
PARAM set gst_poll_get_read_gpollfd (
    GstPoll* set,
    GPollFD* fd
) »
PARAM set gst_poll_fd_ctl_write (
    GstPoll* set,
    GstPollFD* fd,
    gboolean active
) »
PARAM set gst_poll_fd_ctl_read (
    GstPoll* set,
    GstPollFD* fd,
    gboolean active
) »
PARAM set gst_poll_fd_has_error (
    GstPoll const* set,
    GstPollFD* fd
) »
PARAM set gst_poll_fd_can_read (
    GstPoll const* set,
    GstPollFD* fd
) »
PARAM set gst_poll_fd_has_closed (
    GstPoll const* set,
    GstPollFD* fd
) »
PARAM set gst_poll_fd_can_write (
    GstPoll const* set,
    GstPollFD* fd
) »
PARAM set gst_poll_add_fd (
    GstPoll* set,
    GstPollFD* fd
) »
PARAM set gst_poll_remove_fd (
    GstPoll* set,
    GstPollFD* fd
) »
PARAM set gst_poll_fd_ignored (
    GstPoll* set,
    GstPollFD* fd
) »
PARAM set gst_poll_set_controllable (
    GstPoll* set,
    gboolean controllable
) »
PARAM set gst_poll_restart (
    GstPoll* set
) »
PARAM set gst_poll_set_flushing (
    GstPoll* set,
    gboolean flushing
) »
RETURN gst_poll_new_timer ( ) »
RETURN gst_poll_new (
    gboolean controllable
) »
FIELD .poll struct _GstBufferPoolPrivate {
    GstAtomicQueue* queue,
    GstPoll* poll,
    GRecMutex rec_lock,
    gboolean started,
    ...
} »
FIELD .poll struct _GstBusPrivate {
    GstAtomicQueue* queue,
    GMutex queue_lock,
    GstBusSyncHandler sync_handler,
    gpointer sync_handler_data,
    GDestroyNotify sync_handler_notify,
    guint signal_watch_id,
    guint num_signal_watchers,
    guint num_sync_message_emitters,
    GSource* watch_id,
    gboolean enable_async,
    GstPoll* poll,
    GPollFD pollfd
} »
FIELD .fdset struct _GstPluginLoader {
    GstRegistry* registry,
    GstPoll* fdset,
    gboolean child_running,
    GPid child_pid,
    ...
} »



Andrey Ponomarenko's ABI laboratory