doc: Fix type in previous commit

Marker is (value .. not (alue.
This commit is contained in:
Nicolas Dufresne 2015-06-13 09:22:41 -04:00
parent 18536930ff
commit ea03cd4190

View file

@ -106,7 +106,7 @@ typedef gpointer GstClockID;
*/
#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.
*/