gstmediasource: Added caller-allocates annotation to get_live_seekable_range()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8512>
This commit is contained in:
Jordan Yelloz 2025-02-18 13:08:37 -07:00 committed by GStreamer Marge Bot
parent 4e958fa45a
commit f70cf55388

View File

@ -1030,7 +1030,7 @@ gst_media_source_clear_live_seekable_range (GstMediaSource * self,
/**
* gst_media_source_get_live_seekable_range:
* @self: #GstMediaSource instance
* @range: (out) (transfer none): time range
* @range: (out caller-allocates) (transfer none): time range
*
* Get the live seekable range of @self. Will fill in the supplied @range with
* the current live seekable range.