playbin: minor docs fix
The "frame" property is no more, it's "sample" these days.
This commit is contained in:
parent
1debd803de
commit
6a3640f367
@ -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…
x
Reference in New Issue
Block a user