From ba76490dd4224d4e03a2830bb93707c983ecb33e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 12 Jan 2011 17:51:43 +0000 Subject: [PATCH] docs: add some more Since: markers for new encoding-profile API --- gst-libs/gst/pbutils/encoding-profile.c | 2 ++ gst-libs/gst/pbutils/encoding-target.c | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 12300dc..b1c8051 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -893,6 +893,8 @@ gst_encoding_profile_get_type_nick (GstEncodingProfile * profile) * Find the #GstEncodingProfile with the specified name and category. * * Returns: (transfer full): The matching #GstEncodingProfile or %NULL. + * + * Since: 0.10.32 */ GstEncodingProfile * gst_encoding_profile_find (const gchar * targetname, const gchar * profilename, diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c index 0a42ff3..8795e1c 100644 --- a/gst-libs/gst/pbutils/encoding-target.c +++ b/gst-libs/gst/pbutils/encoding-target.c @@ -991,7 +991,9 @@ get_categories (gchar * path) * * Returns: (transfer full) (element-type gchar*): A list * of #GstEncodingTarget categories. -*/ + * + * Since: 0.10.32 + */ GList * gst_encoding_list_available_categories (void) { @@ -1105,6 +1107,8 @@ compare_targets (const GstEncodingTarget * ta, const GstEncodingTarget * tb) * if @categoryname is %NULL. * * Returns: (transfer full) (element-type GstEncodingTarget): The list of #GstEncodingTarget + * + * Since: 0.10.32 */ GList * gst_encoding_list_all_targets (const gchar * categoryname) -- 2.7.4