docs: add since markers to new codecparsers video meta API

https://bugzilla.gnome.org/show_bug.cgi?id=691712
This commit is contained in:
Tim-Philipp Müller 2013-04-02 23:33:54 +01:00
parent 94ed6caec4
commit 3f228f3dfc
2 changed files with 4 additions and 0 deletions

View file

@ -102,6 +102,8 @@ gst_mpeg_video_meta_get_info (void)
* Provided structures must either be %NULL or GSlice-allocated. * Provided structures must either be %NULL or GSlice-allocated.
* *
* Returns: (transfer full): a newly created #GstMpegVideoMeta * Returns: (transfer full): a newly created #GstMpegVideoMeta
*
* Since: 1.2
*/ */
GstMpegVideoMeta * GstMpegVideoMeta *
gst_buffer_add_mpeg_video_meta (GstBuffer * buffer, gst_buffer_add_mpeg_video_meta (GstBuffer * buffer,

View file

@ -55,6 +55,8 @@ const GstMetaInfo * gst_mpeg_video_meta_get_info (void);
* *
* The various fields are only valid during the lifetime of the #GstH264Meta. * The various fields are only valid during the lifetime of the #GstH264Meta.
* If elements wish to use those for longer, they are required to make a copy. * If elements wish to use those for longer, they are required to make a copy.
*
* Since: 1.2
*/ */
struct _GstMpegVideoMeta { struct _GstMpegVideoMeta {
GstMeta meta; GstMeta meta;