Object Hierarchy
GObject
+----GstRTSPAuth
Details
GstRTSPAuth
typedef struct _GstRTSPAuth GstRTSPAuth;
GstRTSPAuthClass
typedef struct {
GObjectClass parent_class;
gboolean (*setup_auth) (GstRTSPAuth *auth, GstRTSPClient * client,
GQuark hint, GstRTSPClientState *state);
gboolean (*check_method) (GstRTSPAuth *auth, GstRTSPClient * client,
GQuark hint, GstRTSPClientState *state);
} GstRTSPAuthClass;
gst_rtsp_auth_new ()
GstRTSPAuth * gst_rtsp_auth_new (void
);
gst_rtsp_auth_set_basic ()
void gst_rtsp_auth_set_basic (GstRTSPAuth *auth
,
const gchar *basic
);
gst_rtsp_auth_make_basic ()
gchar * gst_rtsp_auth_make_basic (const gchar *user
,
const gchar *pass
);