From 6a3640f36739c9869beaf05e83136e44492023e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 28 Apr 2017 15:54:04 +0100 Subject: [PATCH] playbin: minor docs fix The "frame" property is no more, it's "sample" these days. --- gst/playback/gstplaybin2.c | 2 +- gst/playback/gstplaybin3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.