summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/gstelement.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstelement.c b/gst/gstelement.c
index e4eba826a..c681194d5 100644
--- a/gst/gstelement.c
+++ b/gst/gstelement.c
@@ -417,6 +417,9 @@ gst_element_set_clock (GstElement * element, GstClock * clock)
* Gets the currently configured clock of the element. This is the clock as was
* last set with gst_element_set_clock().
*
+ * Elements in a pipeline will only have their clock set when the
+ * pipeline is in the PLAYING state.
+ *
* Returns: (transfer full): the #GstClock of the element. unref after usage.
*
* MT safe.