docs: add some more Since: markers for new encoding-profile API

This commit is contained in:
Tim-Philipp Müller 2011-01-12 17:51:43 +00:00
parent 11b1f2721d
commit ba76490dd4
2 changed files with 7 additions and 1 deletions

View file

@ -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,

View file

@ -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)