summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2015-11-24 19:36:16 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2015-11-24 20:53:15 +0000
commitb13ba5f0d8316602e3f2d13ff446c8af7a80e783 (patch)
tree75fc878a24b0df59afc9a623530b3289819870ee
parentbeecd7eacc3cf01ea1f1b40dae75d67fe8f48d50 (diff)
downloadclutter-gst-b13ba5f0d8316602e3f2d13ff446c8af7a80e783.tar.gz
documentation: fix copy and paste errors
https://bugzilla.gnome.org/show_bug.cgi?id=758615 Signed-off-by: Chris Mayo <aklhfex@gmail.com>
-rw-r--r--clutter-gst/clutter-gst-content.c4
-rw-r--r--clutter-gst/clutter-gst-player.c10
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",