mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
glimagesink: Correct signals gtkdoc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/669>
This commit is contained in:
parent
97fe599c0f
commit
3843452366
1 changed files with 4 additions and 5 deletions
|
@ -743,13 +743,11 @@ gst_glimage_sink_class_init (GstGLImageSinkClass * klass)
|
||||||
/**
|
/**
|
||||||
* GstGLImageSink::client-draw:
|
* GstGLImageSink::client-draw:
|
||||||
* @object: the #GstGLImageSink
|
* @object: the #GstGLImageSink
|
||||||
* @texture: the #guint id of the texture.
|
* @context: the #GstGLContext
|
||||||
* @width: the #guint width of the texture.
|
* @sample: the #GstSample
|
||||||
* @height: the #guint height of the texture.
|
|
||||||
*
|
*
|
||||||
* Will be emitted before actually drawing the texture. The client should
|
* Will be emitted before actually drawing the texture. The client should
|
||||||
* redraw the surface/contents with the @texture, @width and @height and
|
* redraw the surface/contents of @sample and return %TRUE.
|
||||||
* and return %TRUE.
|
|
||||||
*
|
*
|
||||||
* Returns: whether the texture was redrawn by the signal. If not, a
|
* Returns: whether the texture was redrawn by the signal. If not, a
|
||||||
* default redraw will occur.
|
* default redraw will occur.
|
||||||
|
@ -762,6 +760,7 @@ gst_glimage_sink_class_init (GstGLImageSinkClass * klass)
|
||||||
/**
|
/**
|
||||||
* GstGLImageSink::client-reshape:
|
* GstGLImageSink::client-reshape:
|
||||||
* @object: the #GstGLImageSink
|
* @object: the #GstGLImageSink
|
||||||
|
* @context: the #GstGLContext
|
||||||
* @width: the #guint width of the texture.
|
* @width: the #guint width of the texture.
|
||||||
* @height: the #guint height of the texture.
|
* @height: the #guint height of the texture.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue