Skip to content

pad: Added gst_pad_get_single_internal_link()

gst_pad_iterate_internal_links is usually used to find a single internal link that a pad has, e.g. to find the corresponding pad of a multiqueue. Added a helper function that will return either a single internal link, if there's no other, or NULL.

Edited by Tim-Philipp Müller

Merge request reports