[clutter-gst/clutter-gst-3.0] documentation: fix copy and paste errors
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-3.0] documentation: fix copy and paste errors
- Date: Tue, 24 Nov 2015 20:53:46 +0000 (UTC)
commit b13ba5f0d8316602e3f2d13ff446c8af7a80e783
Author: Chris Mayo <aklhfex gmail com>
Date: Tue Nov 24 19:36:16 2015 +0000
documentation: fix copy and paste errors
https://bugzilla.gnome.org/show_bug.cgi?id=758615
Signed-off-by: Chris Mayo <aklhfex gmail com>
clutter-gst/clutter-gst-content.c | 4 ++--
clutter-gst/clutter-gst-player.c | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-content.c b/clutter-gst/clutter-gst-content.c
index 82dee44..ce1c246 100644
--- a/clutter-gst/clutter-gst-content.c
+++ b/clutter-gst/clutter-gst-content.c
@@ -561,8 +561,8 @@ clutter_gst_content_class_init (ClutterGstContentClass *klass)
props[PROP_PAINT_FRAME] =
g_param_spec_boolean ("paint-frame",
- "Paint Video Overlays",
- "Paint Video Overlays",
+ "Paint Frame",
+ "Paint Frame",
TRUE,
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE);
diff --git a/clutter-gst/clutter-gst-player.c b/clutter-gst/clutter-gst-player.c
index d2ac620..6dc9823 100644
--- a/clutter-gst/clutter-gst-player.c
+++ b/clutter-gst/clutter-gst-player.c
@@ -114,10 +114,10 @@ clutter_gst_player_default_init (ClutterGstPlayerIface *iface)
/**
* ClutterGstPlayer::new-frame:
* @player: the #ClutterGstPlayer instance that received the signal
- * @frame: the #ClutterGstFrame newly receive from the video sink
+ * @frame: the #ClutterGstFrame newly received from the video sink
*
- * The ::ready signal is emitted each time the gstreamer pipeline
- * becomes ready.
+ * The ::new-frame signal is emitted each time a frame is received
+ * from the video sink.
*/
signals[NEW_FRAME] =
g_signal_new ("new-frame",
@@ -180,8 +180,8 @@ clutter_gst_player_default_init (ClutterGstPlayerIface *iface)
* @width: new width of the frames
* @height: new height of the frames
*
- * The ::size-change signal is emitted each time the gstreamer pipeline
- * becomes ready.
+ * The ::size-change signal is emitted each time the new frame
+ * has different dimensions to the previous frame.
*/
signals[SIZE_CHANGE] =
g_signal_new ("size-change",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]