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

ABI
Viewer

SymbolsTypes



Type Usage: _GstToc (17)


Used As Name Used In
PARAM toc gst_toc_set_tags (
    GstToc* toc,
    GstTagList* tags
) »
PARAM toc gst_toc_merge_tags (
    GstToc* toc,
    GstTagList* tags,
    enum GstTagMergeMode mode
) »
PARAM toc gst_toc_get_tags (
    GstToc const* toc
) »
PARAM toc gst_toc_get_entries (
    GstToc const* toc
) »
PARAM toc gst_toc_find_entry (
    GstToc const* toc,
    gchar const* uid
) »
PARAM toc gst_toc_dump (
    GstToc* toc
) »
PARAM toc gst_toc_append_entry (
    GstToc* toc,
    GstTocEntry* entry
) »
PARAM toc gst_toc_setter_set_toc (
    GstTocSetter* setter,
    GstToc* toc
) »
PARAM toc gst_event_new_toc (
    GstToc* toc,
    gboolean updated
) »
PARAM toc gst_event_parse_toc (
    GstEvent* event,
    GstToc** toc,
    gboolean* updated
) »
PARAM toc gst_toc_get_scope (
    GstToc const* toc
) »
PARAM toc gst_message_new_toc (
    GstObject* src,
    GstToc* toc,
    gboolean updated
) »
PARAM toc gst_message_parse_toc (
    GstMessage* message,
    GstToc** toc,
    gboolean* updated
) »
RETURN gst_toc_new (
    enum GstTocScope scope
) »
RETURN gst_toc_entry_get_toc (
    GstTocEntry* entry
) »
RETURN gst_toc_setter_get_toc (
    GstTocSetter* setter
) »
FIELD .toc struct _GstTocEntry {
    GstMiniObject mini_object,
    GstToc* toc,
    GstTocEntry* parent,
    gchar* uid,
    enum GstTocEntryType type,
    GstClockTime start,
    GstClockTime stop,
    GList* subentries,
    GstTagList* tags,
    enum GstTocLoopType loop_type,
    gint repeat_count
} »



Andrey Ponomarenko's ABI laboratory