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

ABI
Viewer

SymbolsTypes



Type Usage: GstTocEntryType (4)


Used As Name Used In
PARAM type gst_toc_entry_new (
    enum GstTocEntryType type,
    gchar const* uid
) »
PARAM type gst_toc_entry_type_get_nick (
    enum GstTocEntryType type
) »
RETURN gst_toc_entry_get_entry_type (
    GstTocEntry const* entry
) »
FIELD .type 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