diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 397b8f6f81..04eeb2bf2f 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -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. diff --git a/gst/playback/gstplaybin3.c b/gst/playback/gstplaybin3.c index e1397ba80e..f3f5efe5a4 100644 --- a/gst/playback/gstplaybin3.c +++ b/gst/playback/gstplaybin3.c @@ -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.