From 104db59706918e05cf0180972c3a529e074b0cab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 13 Aug 2013 12:11:19 +0100 Subject: [PATCH] query: add Since markers for new API and add to exports file --- gst/gstquery.c | 4 ++++ win32/common/libgstreamer.def | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gst/gstquery.c b/gst/gstquery.c index 93387b1..f15708a 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -1424,6 +1424,8 @@ gst_query_parse_uri (GstQuery * query, gchar ** uri) * @uri: the URI to set * * Answer a URI query by setting the requested URI redirection. + * + * Since: 1.2 */ void gst_query_set_uri_redirection (GstQuery * query, const gchar * uri) @@ -1448,6 +1450,8 @@ gst_query_set_uri_redirection (GstQuery * query, const gchar * uri) * Parse an URI query, writing the URI into @uri as a newly * allocated string, if the respective parameters are non-NULL. * Free the string with g_free() after usage. + * + * Since: 1.2 */ void gst_query_parse_uri_redirection (GstQuery * query, gchar ** uri) diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 55a3616..2f730e8 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -974,6 +974,7 @@ EXPORTS gst_query_parse_seeking gst_query_parse_segment gst_query_parse_uri + gst_query_parse_uri_redirection gst_query_remove_nth_allocation_meta gst_query_remove_nth_allocation_param gst_query_remove_nth_allocation_pool @@ -995,6 +996,7 @@ EXPORTS gst_query_set_seeking gst_query_set_segment gst_query_set_uri + gst_query_set_uri_redirection gst_query_type_flags_get_type gst_query_type_get_flags gst_query_type_get_name -- 2.7.4