Gst.Toc.prototype.find_entry

function find_entry(uid:String):Gst.TocEntry {
    // Gjs wrapper for gst_toc_find_entry()
}

Find Gst.TocEntry with given uid in the toc.

uid

UID to find Gst.TocEntry with.

Returns

Gst.TocEntry with specified uid from the toc, or NULL if not found.