mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
playbin: minor docs fix
The "frame" property is no more, it's "sample" these days.
This commit is contained in:
parent
1debd803de
commit
6a3640f367
2 changed files with 2 additions and 2 deletions
|
@ -1233,7 +1233,7 @@ gst_play_bin_class_init (GstPlayBinClass * klass)
|
|||
* Action signal to retrieve the currently playing video frame in the format
|
||||
* specified by @caps.
|
||||
* If @caps is %NULL, no conversion will be performed and this function is
|
||||
* equivalent to the #GstPlayBin::frame property.
|
||||
* equivalent to the #GstPlayBin::sample property.
|
||||
*
|
||||
* Returns: a #GstSample of the current video frame converted to #caps.
|
||||
* The caps on the sample will describe the final layout of the buffer data.
|
||||
|
|
|
@ -1015,7 +1015,7 @@ gst_play_bin3_class_init (GstPlayBin3Class * klass)
|
|||
* Action signal to retrieve the currently playing video frame in the format
|
||||
* specified by @caps.
|
||||
* If @caps is %NULL, no conversion will be performed and this function is
|
||||
* equivalent to the #GstPlayBin3::frame property.
|
||||
* equivalent to the #GstPlayBin3::sample property.
|
||||
*
|
||||
* Returns: a #GstSample of the current video frame converted to #caps.
|
||||
* The caps on the sample will describe the final layout of the buffer data.
|
||||
|
|
Loading…
Reference in a new issue