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

ABI
Viewer

SymbolsTypes



Type Usage: _GCond (4)


Used As Name Used In
FIELD .block_cond struct _GstPad {
    GstObject object,
    gpointer element_private,
    GstPadTemplate* padtemplate,
    enum GstPadDirection direction,
    GRecMutex stream_rec_lock,
    GstTask* task,
    GCond block_cond,
    GHookList probes,
    enum GstPadMode mode,
    ...
} »
FIELD .cond struct _GstMessage {
    GstMiniObject mini_object,
    enum GstMessageType type,
    guint64 timestamp,
    GstObject* src,
    guint32 seqnum,
    GMutex lock,
    GCond cond
} »
FIELD .state_cond struct _GstElement {
    GstObject object,
    GRecMutex state_lock,
    GCond state_cond,
    guint32 state_cookie,
    enum GstState target_state,
    ...
} »
FIELD .cond struct _GstTask {
    GstObject object,
    enum GstTaskState state,
    GCond cond,
    GRecMutex* lock,
    GstTaskFunction func,
    gpointer user_data,
    GDestroyNotify notify,
    gboolean running,
    GThread* thread,
    GstTaskPrivate* priv,
    gpointer[4] _gst_reserved
} »



Andrey Ponomarenko's ABI laboratory