mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gdkpixbufsink: minor docs improvement
This commit is contained in:
parent
c71248662d
commit
2c69684b80
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* <listitem>
|
* <listitem>
|
||||||
* Retrieving the current pixbuf via the #GstGdkPixbufSink:last-pixbuf property
|
* Retrieving the current pixbuf via the #GstGdkPixbufSink:last-pixbuf property
|
||||||
* when needed.
|
* when needed. This is the easiest way to get at pixbufs for snapshotting
|
||||||
|
* purposes - just wait until the pipeline is prerolled (ASYNC_DONE message
|
||||||
|
* on the bus), then read the property. If you use this method, you may want
|
||||||
|
* to disable message posting by setting the #GstGdkPixbufSink:post-messages
|
||||||
|
* property to #FALSE. This avoids unnecessary memory overhead.
|
||||||
* </listitem>
|
* </listitem>
|
||||||
* </itemizedlist>
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue