docs: sort GstAllocator doc so that GstAllocator appears first

The default ordering is alphabetical, causing GstAllocationParams
to appear first in the page if left auto-sorted

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/745>
This commit is contained in:
Mathieu Duponchelle 2021-02-02 16:34:03 +01:00
parent 596a85b7be
commit a127286666

View file

@ -24,6 +24,9 @@
* @title: GstAllocator
* @short_description: allocate memory blocks
* @see_also: #GstMemory
* @auto-sort: false
* @symbols:
* - GstAllocator
*
* Memory is usually created by allocators with a gst_allocator_alloc()
* method call. When %NULL is used as the allocator, the default allocator will