|
I’m looking for a way to get a handle on the pipeline/bin associated with a client that made a request to GstRstpServer. I see I can supply a call back on client connects which gives me both the server and client objects, but no way to access the bin that represents the pipeline.
I want to take this bin to generate a dot file.
|