mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
message: Fix documentation for gst_message_new_duration()
Seems like there was some documentation left over from when this was gst_message_new_duration().
This commit is contained in:
parent
dc0ed9a5eb
commit
4cc0254df1
1 changed files with 1 additions and 4 deletions
|
@ -1007,10 +1007,7 @@ gst_message_new_element (GstObject * src, GstStructure * structure)
|
||||||
* Create a new duration changed message. This message is posted by elements
|
* Create a new duration changed message. This message is posted by elements
|
||||||
* that know the duration of a stream when the duration changes. This message
|
* that know the duration of a stream when the duration changes. This message
|
||||||
* is received by bins and is used to calculate the total duration of a
|
* is received by bins and is used to calculate the total duration of a
|
||||||
* pipeline. Elements may post a duration message with a duration of
|
* pipeline.
|
||||||
* GST_CLOCK_TIME_NONE to indicate that the duration has changed and the
|
|
||||||
* cached duration should be discarded. The new duration can then be
|
|
||||||
* retrieved via a query.
|
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): The new duration-changed message.
|
* Returns: (transfer full): The new duration-changed message.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue