mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
docs: add since markers to new codecparsers video meta API
https://bugzilla.gnome.org/show_bug.cgi?id=691712
This commit is contained in:
parent
94ed6caec4
commit
3f228f3dfc
2 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue