videoaggregator: Add Since: 1.16 markers to all public structs

This commit is contained in:
Sebastian Dröge 2019-04-23 14:42:03 +03:00 committed by Sebastian Dröge
parent 1837fc46af
commit fd68d5516e

View File

@ -54,6 +54,8 @@ typedef struct _GstVideoAggregatorPadPrivate GstVideoAggregatorPadPrivate;
/** /**
* GstVideoAggregatorPad: * GstVideoAggregatorPad:
* @info: The #GstVideoInfo currently set on the pad * @info: The #GstVideoInfo currently set on the pad
*
* Since: 1.16
*/ */
struct _GstVideoAggregatorPad struct _GstVideoAggregatorPad
{ {
@ -75,6 +77,8 @@ struct _GstVideoAggregatorPad
* have changed. * have changed.
* @prepare_frame: Prepare the frame from the pad buffer and sets it to prepared_frame * @prepare_frame: Prepare the frame from the pad buffer and sets it to prepared_frame
* @clean_frame: clean the frame previously prepared in prepare_frame * @clean_frame: clean the frame previously prepared in prepare_frame
*
* Since: 1.16
*/ */
struct _GstVideoAggregatorPadClass struct _GstVideoAggregatorPadClass
{ {
@ -129,6 +133,8 @@ typedef struct _GstVideoAggregatorConvertPadPrivate GstVideoAggregatorConvertPad
* An implementation of GstPad that can be used with #GstVideoAggregator. * An implementation of GstPad that can be used with #GstVideoAggregator.
* *
* See #GstVideoAggregator for more details. * See #GstVideoAggregator for more details.
*
* Since: 1.16
*/ */
struct _GstVideoAggregatorConvertPad struct _GstVideoAggregatorConvertPad
{ {
@ -143,6 +149,7 @@ struct _GstVideoAggregatorConvertPad
/** /**
* GstVideoAggregatorConvertPadClass: * GstVideoAggregatorConvertPadClass:
* *
* Since: 1.16
*/ */
struct _GstVideoAggregatorConvertPadClass struct _GstVideoAggregatorConvertPadClass
{ {
@ -181,6 +188,8 @@ void gst_video_aggregator_convert_pad_update_conversion_info (GstVideoAggregator
* GstVideoAggregator: * GstVideoAggregator:
* @info: The #GstVideoInfo representing the currently set * @info: The #GstVideoInfo representing the currently set
* srcpad caps. * srcpad caps.
*
* Since: 1.16
*/ */
struct _GstVideoAggregator struct _GstVideoAggregator
{ {
@ -211,6 +220,8 @@ struct _GstVideoAggregator
* the #aggregate_frames vmethod. * the #aggregate_frames vmethod.
* @find_best_format: Optional. * @find_best_format: Optional.
* Lets subclasses decide of the best common format to use. * Lets subclasses decide of the best common format to use.
*
* Since: 1.16
**/ **/
struct _GstVideoAggregatorClass struct _GstVideoAggregatorClass
{ {