diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 12300dc792..b1c8051b6e 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 0a42ff3eee..8795e1c3a1 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)