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

ABI
Viewer

SymbolsTypes



Type Usage: GstTocLoopType (3)


Used As Name Used In
PARAM loop_type gst_toc_entry_set_loop (
    GstTocEntry* entry,
    enum GstTocLoopType loop_type,
    gint repeat_count
) »
PARAM loop_type gst_toc_entry_get_loop (
    GstTocEntry const* entry,
    GstTocLoopType* loop_type,
    gint* repeat_count
) »
FIELD .loop_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