The documentation was incorrectly referring to `GST_QUERY` and `GST_BIN` as GstDebug category names. These two don't follow the pattern of the rest, and instead are named `query` and `bin` respectively. This can be verified from the source code of the _do_init macro in the same gstlog.c file, and from gstbin.c and gstquery.c calls to GST_DEBUG_CATEGORY_INIT(). Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8365>