playbin: minor docs fix

The "frame" property is no more, it's "sample" these days.
This commit is contained in:
Tim-Philipp Müller 2017-04-28 15:54:04 +01:00
parent 1debd803de
commit 6a3640f367
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.