diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-08-13 12:11:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-08-13 12:11:19 +0100 |
commit | 104db59706918e05cf0180972c3a529e074b0cab (patch) | |
tree | d6399cfde558912efe4111d643a8a5442cc74a77 /gst | |
parent | 0d824938948776a1e2a36de83b9bff00bbd07f50 (diff) | |
download | gstreamer-104db59706918e05cf0180972c3a529e074b0cab.tar.gz |
query: add Since markers for new API and add to exports file
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstquery.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gstquery.c b/gst/gstquery.c index 93387b1a07..f15708a4b6 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) |