- Jan 24, 2011
-
-
Wim Taymans authored
-
- Jan 19, 2011
-
-
Wim Taymans authored
-
- Jan 13, 2011
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Jan 12, 2011
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
We don't need to keep around the channel and source objects. Let the mainloop and the source manage the source and channel respectively.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
André Dieb Martins authored
-
Wim Taymans authored
Create the response object only once and store in the client state. Make all methods use the state response,
-
Wim Taymans authored
Keep track of all the clients that the server creates and remove them when they fire the 'closed' signal.
-
Wim Taymans authored
-
Wim Taymans authored
Allow for adding a GstRTSPAuth on the factory and media level and check permissions when accessing the factory. Add hints to the auth methods for future more fine grained authorisation. Add example application for per factory authentication.
-
Wim Taymans authored
Pass the collected information for the ongoing request in a GstRTSPClientState structure that we can then pass around to simplify the method arguments. This will also be handy when we implement logging functionality.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Create separate create and accept methods so that subclasses can create custom client object. Configure the server in the client object and prepare for keeping track of connected clients.
-
Wim Taymans authored
Add support for keeping a ref to the server that started this client connection.
-
Wim Taymans authored
Fix a memleak of the basic auth token. Add docs for the helper function
-
- Jan 11, 2011
-
-
Delegate the configuration of the authentication tokens to the manager object when configured.
-
Add an object that can check the authorization of requests. Implement basic authentication. Add example authentication to test-video
-
the includes are needed for sockaddr_in.
-
-
Fixes #638944
-
Stefan Kost authored
From e572c87 to f94d739
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jan 10, 2011
-
-
Tim-Philipp Müller authored
From ccbaa85 to e572c87
-
Tim-Philipp Müller authored
From 46445ad to ccbaa85
-
Wim Taymans authored
Rename the funnel to avoid conflicts with the farsight one.
-
Wim Taymans authored
Add a copy of fsfunnel to the build because input-selector removed the (broken) select-all property that we need.
-
- Jan 08, 2011
-
-
Tim-Philipp Müller authored
Use PKG_CONFIG_PATH specified at configure time (if any) as well for the g-ir-compiler, rather than just assuming the env var has been set.
-
Tim-Philipp Müller authored
-