| Top |  |  |  |  | 
void
gst_rtsp_context_push_current (GstRTSPContext *ctx);
Pushes ctx
 onto the context stack. The current
context can then be received using gst_rtsp_context_get_current().
void
gst_rtsp_context_pop_current (GstRTSPContext *ctx);
Pops ctx
 off the context stack (verifying that ctx
is on the top of the stack).