docs: add Since marker to gtk-doc chunk for new codec utils API

And add new API to .def file.

API: gst_codec_utils_h264_get_level_idc()
This commit is contained in:
Tim-Philipp Müller 2011-07-14 13:56:02 +01:00
parent 5f1bfc7e13
commit 1a8b4eae73
2 changed files with 4 additions and 2 deletions

View file

@ -529,14 +529,15 @@ gst_codec_utils_h264_get_level (const guint8 * sps, guint len)
}
/**
* gst_codec_utils_h264_get_level_id:
* gst_codec_utils_h264_get_level_idc:
* @level: A level string from caps
*
* Transform a level string from the caps into the level_idc
*
* Returns: the level_idc or 0 if the level is unknown
*
* Since: 0.10.36
*/
guint8
gst_codec_utils_h264_get_level_idc (const gchar * level)
{

View file

@ -5,6 +5,7 @@ EXPORTS
gst_codec_utils_aac_get_sample_rate_from_index
gst_codec_utils_h264_caps_set_level_and_profile
gst_codec_utils_h264_get_level
gst_codec_utils_h264_get_level_idc
gst_codec_utils_h264_get_profile
gst_codec_utils_mpeg4video_caps_set_level_and_profile
gst_codec_utils_mpeg4video_get_level