mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
doc sub80 fixes
Original commit message from CVS: doc sub80 fixes
This commit is contained in:
parent
1da556ed26
commit
3f51c6bf65
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@
|
||||||
* You can get and set a #GstClock on an element using gst_element_get_clock()
|
* You can get and set a #GstClock on an element using gst_element_get_clock()
|
||||||
* and gst_element_set_clock().
|
* and gst_element_set_clock().
|
||||||
* Some elements can provide a clock for the pipeline if
|
* Some elements can provide a clock for the pipeline if
|
||||||
* gst_element_provides_clock() returns %TRUE. With the gst_element_provide_clock()
|
* gst_element_provides_clock() returns %TRUE. With the
|
||||||
* method one can retrieve the clock provided by such an element.
|
* gst_element_provide_clock() method one can retrieve the clock provided by
|
||||||
|
* such an element.
|
||||||
* Not all elements require a clock to operate correctly. If
|
* Not all elements require a clock to operate correctly. If
|
||||||
* gst_element_requires_clock() returns %TRUE, a clock should be set on the
|
* gst_element_requires_clock() returns %TRUE, a clock should be set on the
|
||||||
* element with gst_element_set_clock().
|
* element with gst_element_set_clock().
|
||||||
|
|
Loading…
Reference in a new issue