mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: fix xref for the property
This commit is contained in:
parent
01bbdd6bdf
commit
54c15acd11
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct _GstVideoSink {
|
||||||
* @parent_class: the parent class structure
|
* @parent_class: the parent class structure
|
||||||
* @show_frame: render a video frame. Maps to #GstBaseSinkClass.render() and
|
* @show_frame: render a video frame. Maps to #GstBaseSinkClass.render() and
|
||||||
* #GstBaseSinkClass.preroll() vfuncs. Rendering during preroll will be
|
* #GstBaseSinkClass.preroll() vfuncs. Rendering during preroll will be
|
||||||
* suppressed if the GstVideoSink::show-preroll-frame property is set to
|
* suppressed if the #GstVideoSink:show-preroll-frame property is set to
|
||||||
* %FALSE. Since: 0.10.25
|
* %FALSE. Since: 0.10.25
|
||||||
*
|
*
|
||||||
* The video sink class structure. Derived classes should override the
|
* The video sink class structure. Derived classes should override the
|
||||||
|
|
Loading…
Reference in a new issue