diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2013-11-22 00:45:17 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-11-22 09:13:01 +0000 |
commit | 3052b28859a0925ba05bf17bc2b5a761af005bd0 (patch) | |
tree | 4b475538d32563f4a530b828ada221b9bb451491 /docs/README | |
parent | 33c4bdfa01c8db82e1dd50c1b43cb637dea2d103 (diff) |
docs: Improve documentation
* Include annotation-glossary to quiet gtk-doc
* Rename remaining ClientState -> Context
* Rename object hierarchy file
* Remove stale chapter references
* Add missing function and object references
* Include missing GstRTSPAddressPoolResult
https://bugzilla.gnome.org/show_bug.cgi?id=714988
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README b/docs/README index f90f4ab..e1cdc9c 100644 --- a/docs/README +++ b/docs/README @@ -425,7 +425,7 @@ GstRTSPClient - Handle RTSP Requests from connected clients. All other objects are called by this object. -GstRTSPClientState +GstRTSPContext - Helper structure contaning the current state of the request handled by the client. @@ -482,7 +482,7 @@ GstRTSPThreadPool GstRTSPAuth - Hooks for checking authorizations, all client activity will call this - object with the GstRTSPClientState structure. By default it supports + object with the GstRTSPContext structure. By default it supports basic authentication. GstRTSPToken |