From f70cf553883ddb70b48dd0911e70a5595c0eff7a Mon Sep 17 00:00:00 2001
From: Jordan Yelloz <jordan.yelloz@collabora.com>
Date: Tue, 18 Feb 2025 13:08:37 -0700
Subject: [PATCH] gstmediasource: Added caller-allocates annotation to
 get_live_seekable_range()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8512>
---
 subprojects/gst-plugins-bad/gst-libs/gst/mse/gstmediasource.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/mse/gstmediasource.c b/subprojects/gst-plugins-bad/gst-libs/gst/mse/gstmediasource.c
index f499f54f24..7607699dc5 100644
--- a/subprojects/gst-plugins-bad/gst-libs/gst/mse/gstmediasource.c
+++ b/subprojects/gst-plugins-bad/gst-libs/gst/mse/gstmediasource.c
@@ -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.