mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
videoaggregator: fix gir warning about invalid doc comment
[38/1301] Generating GstVideo-1.0.gir with a custom command. ../subprojects/gst-plugins-base/gst-libs/gst/video/gstvideoaggregator.c:231: Error: GstVideo: identifier not found on the first line: * ^
This commit is contained in:
parent
77db5a0e21
commit
476eaf9425
1 changed files with 1 additions and 2 deletions
|
@ -228,8 +228,7 @@ gst_video_aggregator_pad_class_init (GstVideoAggregatorPadClass * klass)
|
|||
G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
*
|
||||
* GstVideoAggregator:max-last-buffer-repeat:
|
||||
* GstVideoAggregatorPad::max-last-buffer-repeat:
|
||||
*
|
||||
* Repeat last buffer for time (in ns, -1 = until EOS).
|
||||
* The default behaviour is for the last buffer received on a pad to be
|
||||
|
|
Loading…
Reference in a new issue