mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
doc: Fix type in previous commit
Marker is (value .. not (alue.
This commit is contained in:
parent
18536930ff
commit
ea03cd4190
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ typedef gpointer GstClockID;
|
||||||
*/
|
*/
|
||||||
#define GST_MSECOND (GST_SECOND / G_GINT64_CONSTANT (1000))
|
#define GST_MSECOND (GST_SECOND / G_GINT64_CONSTANT (1000))
|
||||||
/**
|
/**
|
||||||
* GST_USECOND: (alue: 1000) (type GstClockTime)
|
* GST_USECOND: (value: 1000) (type GstClockTime)
|
||||||
*
|
*
|
||||||
* Constant that defines one GStreamer microsecond.
|
* Constant that defines one GStreamer microsecond.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue